Constructor and Description |
---|
FutureMono() |
Modifier and Type | Method and Description |
---|---|
static <F extends Future<Void>> |
deferFuture(java.util.function.Supplier<F> deferredFuture)
|
static <F extends Future<Void>> |
from(F future)
|
and, and, and, and, as, awaitOnSubscribe, block, block, blockMillis, cache, cancelOn, cast, checkpoint, checkpoint, compose, concatWith, create, defaultIfEmpty, defer, delay, delayElement, delayElementMillis, delayElementMillis, delayMillis, delayMillis, delaySubscription, delaySubscription, delaySubscriptionMillis, delaySubscriptionMillis, dematerialize, doAfterTerminate, doFinally, doOnCancel, doOnEach, doOnError, doOnError, doOnError, doOnNext, doOnRequest, doOnSubscribe, doOnSuccess, doOnTerminate, elapsed, elapsed, empty, empty, error, filter, first, first, flatMap, flatMap, flatMapIterable, flux, fromCallable, fromCompletionStage, fromFuture, fromRunnable, fromSupplier, handle, hasElement, hide, ignoreElement, ignoreElements, just, justOrEmpty, justOrEmpty, log, log, log, log, map, mapError, mapError, mapError, materialize, mergeWith, never, ofType, onAssembly, onTerminateDetach, or, otherwise, otherwise, otherwise, otherwiseIfEmpty, otherwiseReturn, otherwiseReturn, otherwiseReturn, publish, publishOn, repeat, repeat, repeat, repeat, repeatWhen, repeatWhenEmpty, repeatWhenEmpty, retry, retry, retry, retry, retryWhen, sequenceEqual, sequenceEqual, sequenceEqual, subscribe, subscribe, subscribe, subscribe, subscribe, subscribeOn, subscribeWith, then, then, then, then, thenEmpty, thenMany, thenMany, timeout, timeout, timeout, timeout, timeoutMillis, timeoutMillis, timeoutMillis, timeoutMillis, timestamp, timestamp, toFuture, toString, transform, using, using, when, when, when, when, when, when, when, when, when, when, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, zip, zip
public static <F extends Future<Void>> Mono<Void> from(F future)
Future
into Mono
. Publisher.subscribe(Subscriber)
will bridge to Future.addListener(GenericFutureListener)
.public static <F extends Future<Void>> Mono<Void> deferFuture(java.util.function.Supplier<F> deferredFuture)
Future
for each subscriber into Mono
.
Publisher.subscribe(Subscriber)
will bridge to Future.addListener(GenericFutureListener)
.