Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.Event
-
Packages that use Event Package Description org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing.org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager-specific listener events -
-
Uses of Event in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener that return types with arguments of type Event Modifier and Type Method Description org.infinispan.notifications.impl.ListenerInvocation<Event>CacheManagerNotifierImpl.DefaultBuilder. build() -
Uses of Event in org.infinispan.notifications.cachemanagerlistener.event
Subinterfaces of Event in org.infinispan.notifications.cachemanagerlistener.event Modifier and Type Interface Description interfaceCacheStartedEventThis event is passed in to any method annotated withCacheStarted.interfaceCacheStoppedEventThis event is passed in to any method annotated withCacheStopped.interfaceMergeEventThis event is passed in to any method annotated withMerged.interfaceViewChangedEventThis event is passed in to any method annotated withViewChanged.
-