public class ContextPropagatorOnFlowableCreateAction.ContextCapturerFlowable<T> extends Object implements org.reactivestreams.Subscriber<T>
| Constructor and Description |
|---|
ContextCapturerFlowable(io.reactivex.Flowable<T> observable,
org.reactivestreams.Subscriber<T> observer,
Executor contextExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T v) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<T>public void onError(Throwable t)
onError in interface org.reactivestreams.Subscriber<T>public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<T>Copyright © 2018–2019. All rights reserved.