@Internal
protected class TracingPublisher.TracingSubscriber
extends java.lang.Object
implements org.reactivestreams.Subscriber<T>
Constructor and Description |
---|
TracingSubscriber(io.opentracing.ScopeManager scopeManager,
io.opentracing.Span span,
org.reactivestreams.Subscriber<? super T> actual,
boolean finishOnClose) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(java.lang.Throwable t) |
void |
onNext(T object) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
public TracingSubscriber(io.opentracing.ScopeManager scopeManager, io.opentracing.Span span, org.reactivestreams.Subscriber<? super T> actual, boolean finishOnClose)
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe
in interface org.reactivestreams.Subscriber<T>
public void onNext(T object)
onNext
in interface org.reactivestreams.Subscriber<T>
public void onError(java.lang.Throwable t)
onError
in interface org.reactivestreams.Subscriber<T>
public void onComplete()
onComplete
in interface org.reactivestreams.Subscriber<T>