Class GatewayDeltaEventApplicationCacheListener
java.lang.Object
org.apache.geode.cache.util.CacheListenerAdapter<String,GatewayDeltaEvent>
org.apache.geode.modules.gatewaydelta.GatewayDeltaEventApplicationCacheListener
- All Implemented Interfaces:
CacheCallback,CacheListener<String,,GatewayDeltaEvent> Declarable
public class GatewayDeltaEventApplicationCacheListener
extends CacheListenerAdapter<String,GatewayDeltaEvent>
implements Declarable
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterCreate(EntryEvent<String, GatewayDeltaEvent> event) Handles the event of new key being added to a region.Methods inherited from class org.apache.geode.cache.util.CacheListenerAdapter
afterDestroy, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate, closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Method Details
-
afterCreate
Description copied from interface:CacheListenerHandles the event of new key being added to a region. The entry did not previously exist in this region in the local cache (even with a null value).- Specified by:
afterCreatein interfaceCacheListener<String,GatewayDeltaEvent> - Overrides:
afterCreatein classCacheListenerAdapter<String,GatewayDeltaEvent> - Parameters:
event- the EntryEvent- See Also:
-