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
Constructors Constructor Description ContextCapturerFlowable(io.reactivex.Flowable<T> observable, org.reactivestreams.Subscriber<T> observer, Executor contextExecutor)
-
Method Summary
Modifier and Type Method Description voidonComplete()voidonError(Throwable t)voidonNext(T v)voidonSubscribe(org.reactivestreams.Subscription s)
-
-
-
Method Detail
-
onComplete
public void onComplete()
- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-
onError
public void onError(Throwable t)
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s)
- Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<T>
-
-