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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionContextPropagatorOnFlowableCreateAction(org.eclipse.microprofile.context.ThreadContext threadContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Subscriberapply(io.reactivex.Flowable flowable, org.reactivestreams.Subscriber observer)
-
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:
applyin interfaceio.reactivex.functions.BiFunction<io.reactivex.Flowable,org.reactivestreams.Subscriber, org.reactivestreams.Subscriber> - Throws:
Exception
-