Class ContextPropagatorOnFlowableCreateAction.ContextCapturerFlowable<T>

java.lang.Object
io.smallrye.context.propagators.rxjava2.ContextPropagatorOnFlowableCreateAction.ContextCapturerFlowable<T>
All Implemented Interfaces:
org.reactivestreams.Subscriber<T>
Enclosing class:
ContextPropagatorOnFlowableCreateAction

public static class ContextPropagatorOnFlowableCreateAction.ContextCapturerFlowable<T> extends Object implements org.reactivestreams.Subscriber<T>
  • Constructor Details

    • ContextCapturerFlowable

      public ContextCapturerFlowable(io.reactivex.Flowable<T> observable, org.reactivestreams.Subscriber<T> observer, Executor contextExecutor)
  • Method Details

    • onComplete

      public void onComplete()
      Specified by:
      onComplete in interface org.reactivestreams.Subscriber<T>
    • onError

      public void onError(Throwable t)
      Specified by:
      onError in interface org.reactivestreams.Subscriber<T>
    • onNext

      public void onNext(T v)
      Specified by:
      onNext in interface org.reactivestreams.Subscriber<T>
    • onSubscribe

      public void onSubscribe(org.reactivestreams.Subscription s)
      Specified by:
      onSubscribe in interface org.reactivestreams.Subscriber<T>