fun <T> Throwable.toFlux(): Flux<T>
Extension for transforming an exception to a Flux that completes with the specified error.  | 
|
fun <T> Throwable.toMono(): Mono<T>
Extension for transforming an exception to a Mono that completes with the specified error.  |