Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
Packages that use CacheEntryCreatedEvent
Package
Description
-
Uses of CacheEntryCreatedEvent in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl with parameters of type CacheEntryCreatedEventModifier and TypeMethodDescriptionGlobalConfigurationStateListener.handleCreate(CacheEntryCreatedEvent<ScopedState, CacheState> event) -
Uses of CacheEntryCreatedEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement CacheEntryCreatedEventModifier and TypeClassDescriptionclassClusterEvent<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 CacheEntryCreatedEventModifier and TypeClassDescriptionclassEventImpl<K,V> Basic implementation of an event that covers all event types.