Package org.apache.geode.cache.wan
Interface GatewayEventSubstitutionFilter<K,V>
- All Superinterfaces:
CacheCallback,Declarable
Interface
GatewayEventSubstitutionFilter provides a way to specify a substitute
value to be stored in the GatewayQueueEvent and enqueued in the
RegionQueue.-
Method Summary
Modifier and TypeMethodDescriptiongetSubstituteValue(EntryEvent<K, V> event) Return the substitute value to be stored in theGatewayQueueEventand enqueued in theRegionQueueMethods inherited from interface org.apache.geode.cache.CacheCallback
closeMethods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Method Details
-
getSubstituteValue
Return the substitute value to be stored in theGatewayQueueEventand enqueued in theRegionQueue- Parameters:
event- The originatingEntryEvent- Returns:
- the substitute value to be stored in the
GatewayQueueEventand enqueued in theRegionQueue
-