asMono
fun <T> Deferred<T?>.asMono( context: CoroutineContext = DefaultDispatcher): Mono<T>
Converts this deferred value to the hot reactive mono that signals success or error.