public class TracingObserverSubscriber<T>
extends rx.Subscriber<T>
Observer| Constructor and Description |
|---|
TracingObserverSubscriber(rx.Observer<? super T> observer,
String operationName,
io.opentracing.Tracer tracer) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(Throwable e) |
void |
onNext(T t) |
void |
onStart() |
public void onCompleted()
onCompleted in interface rx.Observer<T>public void onStart()
onStart in class rx.Subscriber<T>Copyright © 2017-2018–2018. All rights reserved.