Modifier and Type | Field and Description |
---|---|
protected Publisher<? extends I> |
source |
Modifier | Constructor and Description |
---|---|
protected |
MonoSource(Publisher<? extends I> source) |
Modifier and Type | Method and Description |
---|---|
void |
subscribe(Subscriber<? super O> s)
Default is delegating and decorating with Mono API
|
String |
toString() |
Publisher<? extends I> |
upstream()
Return the direct source of data, Supports reference.
|
static <I> Mono<I> |
wrap(Publisher<? extends I> source)
|
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, from, 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, transform, using, using, when, when, when, when, when, when, when, when, when, when, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, zip, zip
public void subscribe(Subscriber<? super O> s)