public interface AsyncEvent<K,V> extends GatewayQueueEvent<K,V>
Cache
events delivered to AsyncEventListener
.Modifier and Type | Method and Description |
---|---|
EventSequenceID |
getEventSequenceID()
Returns the wrapper over the DistributedMembershipID, ThreadID, SequenceID which are used to
uniquely identify any region operation like create, update etc.
|
boolean |
getPossibleDuplicate()
Returns whether possibleDuplicate is set for this event.
|
getCallbackArgument, getDeserializedValue, getKey, getOperation, getRegion, getSerializedValue
boolean getPossibleDuplicate()
EventSequenceID getEventSequenceID()
AsyncEventListener
to avoid processing duplicates.