public interface GatewayEventSubstitutionFilter<K,V> extends CacheCallback
GatewayEventSubstitutionFilter
provides a way to
specify a substitute value to be stored in the GatewayQueueEvent
and enqueued in the RegionQueue
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSubstituteValue(EntryEvent<K,V> event)
Return the substitute value to be stored in the
GatewayQueueEvent and enqueued in the RegionQueue |
close
java.lang.Object getSubstituteValue(EntryEvent<K,V> event)
GatewayQueueEvent
and enqueued in the RegionQueue
event
- The originating EntryEvent
GatewayQueueEvent
and enqueued in the
RegionQueue