kmongo / org.litote.kmongo.rxjava2 / org.reactivestreams.Publisher / blockingAwait

blockingAwait

fun Publisher<*>.blockingAwait(): Unit (source)

Subscribes to and awaits the termination of this Completable instance in a blocking manner and rethrows any exception emitted.

Exceptions

RuntimeException - wrapping an InterruptedException if the current thread is interrupted