Class RemotePublisher<K,E>
- java.lang.Object
-
- org.infinispan.hotrod.impl.iteration.RemotePublisher<K,E>
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<org.infinispan.api.common.CacheEntry<K,E>>
public class RemotePublisher<K,E> extends Object implements org.reactivestreams.Publisher<org.infinispan.api.common.CacheEntry<K,E>>
-
-
Constructor Summary
Constructors Constructor Description RemotePublisher(CacheOperationsFactory cacheOperationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(org.reactivestreams.Subscriber<? super org.infinispan.api.common.CacheEntry<K,E>> subscriber)
-
-
-
Constructor Detail
-
RemotePublisher
public RemotePublisher(CacheOperationsFactory cacheOperationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat)
-
-