Class RemotePublisher<K,​E>

  • All Implemented Interfaces:
    org.reactivestreams.Publisher<Map.Entry<K,​E>>

    public class RemotePublisher<K,​E>
    extends Object
    implements org.reactivestreams.Publisher<Map.Entry<K,​E>>
    • Constructor Detail

      • RemotePublisher

        public RemotePublisher​(OperationsFactory operationsFactory,
                               String filterConverterFactory,
                               byte[][] filterParams,
                               Set<Integer> segments,
                               int batchSize,
                               boolean metadata,
                               DataFormat dataFormat)
    • Method Detail

      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super Map.Entry<K,​E>> subscriber)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<K>