Class | Description |
---|---|
QuickTour |
The QuickTour code example see: https://mongodb.github.io/mongo-java-driver-reactivestreams/1.0/getting-started
|
QuickTourAdmin |
The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
|
SubscriberHelpers |
Subscriber helper implementations for the Quick Tour.
|
SubscriberHelpers.ObservableSubscriber<T> |
A Subscriber that stores the publishers results and provides a latch so can block on completion.
|
SubscriberHelpers.OperationSubscriber<T> |
A Subscriber that immediately requests Integer.MAX_VALUE onSubscribe
|
SubscriberHelpers.PrintDocumentSubscriber |
A Subscriber that prints the json version of each document
|
SubscriberHelpers.PrintSubscriber<T> |
A Subscriber that prints a message including the received items on completion
|