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 Summary
ConstructorsConstructorDescriptionContextCapturerFlowable(io.reactivex.Flowable<T> observable, org.reactivestreams.Subscriber<T> observer, Executor contextExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription s)
-
Constructor Details
-
ContextCapturerFlowable
-
-
Method Details
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-
onError
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s) - Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<T>
-