Class ClusterPublisherManagerImpl.SegmentAwarePublisherImpl<I,R>

java.lang.Object
org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl.SegmentAwarePublisherImpl<I,R>
All Implemented Interfaces:
SegmentPublisherSupplier<R>
Direct Known Subclasses:
ClusterPublisherManagerImpl.TopologySegmentAwarePublisherImpl
Enclosing class:
ClusterPublisherManagerImpl<K,V>

protected class ClusterPublisherManagerImpl.SegmentAwarePublisherImpl<I,R> extends Object
Since:
10.0
Author:
wburns
  • Constructor Details

    • SegmentAwarePublisherImpl

      protected SegmentAwarePublisherImpl(IntSet segments, org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl.ComposedType<K,I,R> composedType, InvocationContext invocationContext, long explicitFlags, DeliveryGuarantee deliveryGuarantee, int batchSize, Function<? super org.reactivestreams.Publisher<I>, ? extends org.reactivestreams.Publisher<R>> transformer)
    • SegmentAwarePublisherImpl

      protected SegmentAwarePublisherImpl(int topologyId, IntSet segments, org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl.ComposedType<K,I,R> composedType, InvocationContext invocationContext, long explicitFlags, DeliveryGuarantee deliveryGuarantee, int batchSize, Function<? super org.reactivestreams.Publisher<I>, ? extends org.reactivestreams.Publisher<R>> transformer, Map<Address,IntSet> targets)
  • Method Details