Modifier and Type | Field and Description |
---|---|
protected org.reactivestreams.Publisher<? extends I> |
source |
Modifier | Constructor and Description |
---|---|
protected |
MonoSource(org.reactivestreams.Publisher<? extends I> source) |
Modifier and Type | Method and Description |
---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super O> s)
Default is delegating and decorating with Mono API
|
java.lang.String |
toString() |
org.reactivestreams.Publisher<? extends I> |
upstream()
Return the direct source of data, Supports reference.
|
static <I> Mono<I> |
wrap(org.reactivestreams.Publisher<? extends I> source)
|
and, and, as, awaitOnSubscribe, block, block, blockMillis, cache, cancelOn, cast, compose, concatWith, create, defaultIfEmpty, defer, delay, delayMillis, delayMillis, delaySubscription, delaySubscription, delaySubscriptionMillis, delaySubscriptionMillis, dematerialize, doAfterTerminate, doOnCancel, doOnError, doOnError, doOnError, doOnNext, doOnRequest, doOnSubscribe, doOnSuccess, doOnTerminate, elapsed, elapsed, empty, empty, error, filter, first, first, flatMap, flatMap, flatMapIterable, flux, from, fromCallable, 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, 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
protected final org.reactivestreams.Publisher<? extends I> source
protected MonoSource(org.reactivestreams.Publisher<? extends I> source)
public static <I> Mono<I> wrap(org.reactivestreams.Publisher<? extends I> source)
I
- input upstream typesource
- the Publisher
to wrapMono
public void subscribe(org.reactivestreams.Subscriber<? super O> s)
subscribe
in interface org.reactivestreams.Publisher<O>