Package | Description |
---|---|
com.gemstone.gemfire.cache.asyncqueue | |
com.gemstone.gemfire.cache.wan |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncEvent<K,V>
Represents
Cache events delivered to AsyncEventListener . |
Modifier and Type | Method and Description |
---|---|
void |
GatewayEventFilter.afterAcknowledgement(GatewayQueueEvent event)
It will be invoked once GatewaySender receives an ack from remote
GatewayReceiver
This callback will always be called from the thread which is dispatching events to remote distributed systems |
boolean |
GatewayEventFilter.beforeEnqueue(GatewayQueueEvent event)
It will be invoked before enqueuing event into GatewaySender's queue.
|
boolean |
GatewayEventFilter.beforeTransmit(GatewayQueueEvent event)
It will be invoked before dispatching event to remote GatewayReceiver
This callback is asynchronous with the thread which is enqueuing the event into GatewaySender's queue. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.