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>>
-
Constructor Summary
ConstructorsConstructorDescriptionRemotePublisher(OperationsFactory operationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat) -
Method Summary
-
Constructor Details
-
RemotePublisher
public RemotePublisher(OperationsFactory operationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat)
-
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<K>
-