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