Uses of Interface
org.infinispan.notifications.cachelistener.QueueingSegmentListener
-
Packages that use QueueingSegmentListener Package Description org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing. -
-
Uses of QueueingSegmentListener in org.infinispan.notifications.cachelistener
Constructors in org.infinispan.notifications.cachelistener with parameters of type QueueingSegmentListener Constructor Description ClusteredListenerInvocation(ListenerInvocation<Event<K,V>> invocation, QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat)
-