Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
-
Packages that use CacheEntryCreatedEvent Package Description org.infinispan.globalstate.impl org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.event.impl -
-
Uses of CacheEntryCreatedEvent in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl with parameters of type CacheEntryCreatedEvent Modifier and Type Method Description CompletionStage<Void>GlobalConfigurationStateListener. createCache(CacheEntryCreatedEvent<ScopedState,Object> event) -
Uses of CacheEntryCreatedEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement CacheEntryCreatedEvent Modifier and Type Class Description classClusterEvent<K,V>This is an event designed for use with cluster listeners solely. -
Uses of CacheEntryCreatedEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement CacheEntryCreatedEvent Modifier and Type Class Description classEventImpl<K,V>Basic implementation of an event that covers all event types.
-