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 Classes Modifier and Type Class Description static classContextPropagatorOnFlowableCreateAction.ContextCapturerFlowable<T>
-
Constructor Summary
Constructors Constructor Description ContextPropagatorOnFlowableCreateAction(org.eclipse.microprofile.context.ThreadContext threadContext)
-
-
-
Method Detail
-
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
-
-