public interface SubscriberSync<T>
extends org.reactivestreams.Subscriber<T>
| Modifier and Type | Method and Description |
|---|---|
default MongoSubscriberSync<T> |
await() |
MongoSubscriberSync<T> |
await(long timeout) |
default MongoIterable<T> |
get() |
MongoIterable<T> |
get(long timeoutMS) |
Optional<Throwable> |
getError() |
default T |
getFirst() |
org.reactivestreams.Subscription |
getSubscription() |
boolean |
isCompleted() |
default boolean |
isFailed() |
default T getFirst()
MongoIterable<T> get(long timeoutMS)
org.reactivestreams.Subscription getSubscription()
MongoSubscriberSync<T> await(long timeout)
boolean isCompleted()
default boolean isFailed()
default MongoIterable<T> get()
default MongoSubscriberSync<T> await()
Copyright © 2023. All rights reserved.