public class TracingSubscriber<T>
extends rx.Subscriber<T>
Subscriber| Constructor and Description |
|---|
TracingSubscriber(rx.Subscriber<T> subscriber,
String operationName,
String componentName,
io.opentracing.Tracer tracer) |
TracingSubscriber(rx.Subscriber<T> subscriber,
String operationName,
io.opentracing.Tracer tracer) |
| Modifier and Type | Method and Description |
|---|---|
io.opentracing.Span |
getSpan() |
void |
onCompleted() |
void |
onError(Throwable t) |
void |
onNext(T o) |
void |
onStart() |
void |
setProducer(rx.Producer p) |
public TracingSubscriber(rx.Subscriber<T> subscriber, String operationName, io.opentracing.Tracer tracer)
Copyright © 2017-2019–2019. All rights reserved.