- All Implemented Interfaces:
org.reactivestreams.Publisher<E>
public class QueryPublisher<E>
extends Object
implements org.reactivestreams.Publisher<E>
-
Constructor Summary
Constructors
-
Method Summary
void
subscribe(org.reactivestreams.Subscriber<? super E> subscriber)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QueryPublisher
public QueryPublisher(Query<E> query,
int maxBatchSize)
-
Method Details
-
subscribe
public void subscribe(org.reactivestreams.Subscriber<? super E> subscriber)
- Specified by:
subscribe in interface org.reactivestreams.Publisher<E>