Class SubscriberHelpers
java.lang.Object
org.nustaq.kontraktor.services.rlserver.mongodb.SubscriberHelpers
public final class SubscriberHelpers
extends java.lang.Object
Subscriber helper implementations for the Quick Tour.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriberHelpers.ObservableSubscriber<T>A Subscriber that stores the publishers results and provides a latch so can block on completion.static classSubscriberHelpers.OperationSubscriber<T>A Subscriber that immediately requests Integer.MAX_VALUE onSubscribestatic classSubscriberHelpers.PrintDocumentSubscriberA Subscriber that prints the json version of each documentstatic classSubscriberHelpers.PrintSubscriber<T>A Subscriber that prints a message including the received items on completion -
Method Summary