Package org.infinispan.rest.resources
Class CacheResourceV2.BaseCacheListener
java.lang.Object
org.infinispan.rest.resources.CacheResourceV2.BaseCacheListener
- Direct Known Subclasses:
CacheResourceV2.StatefulCacheListener,CacheResourceV2.StatelessCacheListener
- Enclosing class:
- CacheResourceV2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.infinispan.Cache<?,?> protected final EventStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononCacheEvent(org.infinispan.notifications.cachelistener.event.CacheEntryEvent<?, ?> event)
-
Field Details
-
cache
protected final org.infinispan.Cache<?,?> cache -
eventStream
-
-
Constructor Details
-
BaseCacheListener
protected BaseCacheListener(org.infinispan.Cache<?, ?> cache)
-
-
Method Details
-
getEventStream
-
onCacheEvent
public CompletionStage<Void> onCacheEvent(org.infinispan.notifications.cachelistener.event.CacheEntryEvent<?, ?> event)
-