Class RemotePublisher<K,E>

java.lang.Object
org.infinispan.client.hotrod.impl.iteration.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 Details

    • RemotePublisher

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

    • subscribe

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