public static class SubscriberHelpers.PrintDocumentSubscriber extends SubscriberHelpers.OperationSubscriber<Document>
Constructor and Description |
---|
PrintDocumentSubscriber() |
Modifier and Type | Method and Description |
---|---|
void |
onNext(Document document) |
onSubscribe
await, await, get, getError, getReceived, getSubscription, isCompleted, onComplete, onError
public void onNext(Document document)
onNext
in interface org.reactivestreams.Subscriber<Document>
onNext
in class SubscriberHelpers.ObservableSubscriber<Document>