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(org.infinispan.notifications.impl.ListenerInvocation<Event<K,V>> invocation, QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, boolean onlyPrimary, java.util.UUID identifier, boolean sync, Listener.Observation observation, java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat)
-