Class ContextPropagatorOnMaybeAssemblyAction.ContextPropagatorMaybe<T>

java.lang.Object
io.reactivex.Maybe<T>
io.smallrye.context.propagators.rxjava2.ContextPropagatorOnMaybeAssemblyAction.ContextPropagatorMaybe<T>
All Implemented Interfaces:
io.reactivex.MaybeSource<T>
Enclosing class:
ContextPropagatorOnMaybeAssemblyAction

public static class ContextPropagatorOnMaybeAssemblyAction.ContextPropagatorMaybe<T> extends io.reactivex.Maybe<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContextPropagatorMaybe(io.reactivex.Maybe<T> t, Executor contextExecutor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    subscribeActual(io.reactivex.MaybeObserver<? super T> observer)
     

    Methods inherited from class io.reactivex.Maybe

    amb, ambArray, ambWith, as, blockingGet, blockingGet, cache, cast, compose, concat, concat, concat, concat, concat, concat, concatArray, concatArrayDelayError, concatArrayEager, concatDelayError, concatDelayError, concatEager, concatEager, concatMap, concatWith, contains, count, create, defaultIfEmpty, defer, delay, delay, delay, delaySubscription, delaySubscription, delaySubscription, doAfterSuccess, doAfterTerminate, doFinally, doOnComplete, doOnDispose, doOnError, doOnEvent, doOnSubscribe, doOnSuccess, doOnTerminate, empty, error, error, filter, flatMap, flatMap, flatMap, flatMapCompletable, flatMapObservable, flatMapPublisher, flatMapSingle, flatMapSingleElement, flattenAsFlowable, flattenAsObservable, fromAction, fromCallable, fromCompletable, fromFuture, fromFuture, fromRunnable, fromSingle, hide, ignoreElement, isEmpty, just, lift, map, materialize, merge, merge, merge, merge, merge, merge, merge, mergeArray, mergeArrayDelayError, mergeDelayError, mergeDelayError, mergeDelayError, mergeDelayError, mergeDelayError, mergeDelayError, mergeWith, never, observeOn, ofType, onErrorComplete, onErrorComplete, onErrorResumeNext, onErrorResumeNext, onErrorReturn, onErrorReturnItem, onExceptionResumeNext, onTerminateDetach, repeat, repeat, repeatUntil, repeatWhen, retry, retry, retry, retry, retry, retryUntil, retryWhen, sequenceEqual, sequenceEqual, subscribe, subscribe, subscribe, subscribe, subscribe, subscribeOn, subscribeWith, switchIfEmpty, switchIfEmpty, takeUntil, takeUntil, test, test, timeout, timeout, timeout, timeout, timeout, timeout, timeout, timeout, timer, timer, to, toFlowable, toObservable, toSingle, toSingle, unsafeCreate, unsubscribeOn, using, using, wrap, zip, zip, zip, zip, zip, zip, zip, zip, zip, zipArray, zipWith

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContextPropagatorMaybe

      public ContextPropagatorMaybe(io.reactivex.Maybe<T> t, Executor contextExecutor)
  • Method Details

    • subscribeActual

      protected void subscribeActual(io.reactivex.MaybeObserver<? super T> observer)
      Specified by:
      subscribeActual in class io.reactivex.Maybe<T>