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 eventsorg.infinispan.notifications.cachemanagerlistener.event.impl -
-
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 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. -
Uses of Event in org.infinispan.notifications.cachemanagerlistener.event.impl
Classes in org.infinispan.notifications.cachemanagerlistener.event.impl that implement Event Modifier and Type Class Description classEventImplImplementation of cache manager events
-