Class ContextPropagatorOnFlowableCreateAction

java.lang.Object
io.smallrye.context.propagators.rxjava2.ContextPropagatorOnFlowableCreateAction
All Implemented Interfaces:
io.reactivex.functions.BiFunction<io.reactivex.Flowable,org.reactivestreams.Subscriber,org.reactivestreams.Subscriber>

public class ContextPropagatorOnFlowableCreateAction extends Object implements io.reactivex.functions.BiFunction<io.reactivex.Flowable,org.reactivestreams.Subscriber,org.reactivestreams.Subscriber>
  • Constructor Details

    • ContextPropagatorOnFlowableCreateAction

      public ContextPropagatorOnFlowableCreateAction(org.eclipse.microprofile.context.ThreadContext threadContext)
  • Method Details

    • apply

      public org.reactivestreams.Subscriber apply(io.reactivex.Flowable flowable, org.reactivestreams.Subscriber observer) throws Exception
      Specified by:
      apply in interface io.reactivex.functions.BiFunction<io.reactivex.Flowable,org.reactivestreams.Subscriber,org.reactivestreams.Subscriber>
      Throws:
      Exception