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