Scannable.Attr
Modifier and Type | Field and Description |
---|---|
protected Publisher<? extends I> |
source |
Modifier | Constructor and Description |
---|---|
protected |
MonoSource(Publisher<? extends I> source)
Build a
MonoSource wrapper around the passed parent Publisher |
Modifier and Type | Method and Description |
---|---|
Object |
scan(Scannable.Attr key)
Introspect a component's specific state
attribute , returning a
best effort value or null if the attribute doesn't make sense for that particular
component. |
void |
subscribe(Subscriber<? super O> s)
Default is simply delegating and decorating with
Mono API. |
String |
toString() |
static <I> Mono<I> |
wrap(Publisher<? extends I> source)
|
and, and, and, and, as, awaitOnSubscribe, block, block, cache, cancelOn, cast, checkpoint, checkpoint, compose, concatWith, create, defaultIfEmpty, defer, delay, delay, delayElement, delayElement, delaySubscription, delaySubscription, delaySubscription, delayUntil, delayUntilOther, dematerialize, doAfterTerminate, doFinally, doOnCancel, doOnEach, doOnError, doOnError, doOnError, doOnNext, doOnRequest, doOnSubscribe, doOnSuccess, doOnTerminate, elapsed, elapsed, empty, empty, error, filter, filterWhen, first, first, flatMap, flatMapIterable, flatMapMany, flatMapMany, flux, from, fromCallable, fromCompletionStage, fromDirect, fromFuture, fromRunnable, fromSupplier, handle, hasElement, hide, ignoreElement, ignoreElements, just, justOrEmpty, justOrEmpty, log, log, log, log, map, materialize, mergeWith, never, ofType, onAssembly, onErrorMap, onErrorMap, onErrorMap, onErrorResume, onErrorResume, onErrorResume, onErrorReturn, onErrorReturn, onErrorReturn, onTerminateDetach, or, publish, publishOn, repeat, repeat, repeat, repeat, repeatWhen, repeatWhenEmpty, repeatWhenEmpty, retry, retry, retry, retry, retryWhen, sequenceEqual, sequenceEqual, sequenceEqual, subscribe, subscribe, subscribe, subscribe, subscribe, subscribeOn, subscribeWith, switchIfEmpty, then, then, thenEmpty, thenMany, timeout, timeout, timeout, timeout, timeout, timeout, timestamp, timestamp, toFuture, transform, untilOther, untilOtherDelayError, using, using, when, when, when, when, when, when, when, when, when, when, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, whenDelayError, zip, zip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
actuals, from, inners, isScanAvailable, parents, scan, scanOrDefault
protected MonoSource(Publisher<? extends I> source)
MonoSource
wrapper around the passed parent Publisher
source
- the Publisher
to decoratepublic void subscribe(Subscriber<? super O> s)
Mono
API. Note this
assumes an identity between input and output types.public Object scan(Scannable.Attr key)
Scannable
attribute
, returning a
best effort value or null if the attribute doesn't make sense for that particular
component.scan
in interface Scannable
key
- an Scannable.Attr
to get the operator state