Uses of Interface
org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
Packages that use SegmentPublisherSupplier.Notification
-
Uses of SegmentPublisherSupplier.Notification in org.infinispan.notifications.cachelistener
Subinterfaces with type arguments of type SegmentPublisherSupplier.Notification in org.infinispan.notifications.cachelistenerModifier and TypeInterfaceDescriptioninterface
QueueingSegmentListener<K, V, E extends Event<K,
V>> This interface describes methods needed for a segment listener that is used when iterating over the current events and be able to queue them properlyMethods in org.infinispan.notifications.cachelistener with parameters of type SegmentPublisherSupplier.NotificationModifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<CacheEntry<K, V>> QueueingSegmentListener.apply
(SegmentPublisherSupplier.Notification<CacheEntry<K, V>> cacheEntryNotification) This should be invoked on a notification before actually processing the data. -
Uses of SegmentPublisherSupplier.Notification in org.infinispan.reactive.publisher.impl
Subinterfaces of SegmentPublisherSupplier.Notification in org.infinispan.reactive.publisher.implModifier and TypeInterfaceDescriptionstatic interface
Notification that can also contains lost segments.Methods in org.infinispan.reactive.publisher.impl that return types with arguments of type SegmentPublisherSupplier.NotificationModifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<SegmentPublisherSupplier.Notification<R>> SegmentPublisherSupplier.publisherWithSegments()
APublisher
that will publish entries as originally configured from possibly remote sources.