Uses of Annotation Interface
org.infinispan.notifications.cachelistener.annotation.CacheEntryCreated
Package
Description
-
Uses of CacheEntryCreated in org.infinispan.globalstate.impl
Modifier and TypeMethodDescriptionGlobalConfigurationStateListener.handleCreate
(CacheEntryCreatedEvent<ScopedState, CacheState> event) -
Uses of CacheEntryCreated in org.infinispan.notifications.cachelistener.cluster
Modifier and TypeMethodDescriptionRemoteClusterListener.handleClusterEvents
(CacheEntryEvent event) -
Uses of CacheEntryCreated in org.infinispan.rest.resources
Modifier and TypeMethodDescriptionCacheResourceV2.BaseCacheListener.onCacheEvent
(CacheEntryEvent<?, ?> event) -
Uses of CacheEntryCreated in org.infinispan.server.resp
Modifier and TypeMethodDescriptionSubscriberHandler.PubSubListener.onEvent
(CacheEntryEvent<Object, byte[]> entryEvent) -
Uses of CacheEntryCreated in org.infinispan.server.resp.commands.list.blocking
Modifier and TypeMethodDescriptionvoid
AbstractBlockingPop.PubSubListener.onEvent
(CacheEntryEvent<Object, Object> entryEvent) -
Uses of CacheEntryCreated in org.infinispan.server.resp.commands.tx
Modifier and TypeMethodDescriptionWATCH.TxKeysListener.onEvent
(CacheEntryEvent<Object, Object> ignore)