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