@Internal
protected class OpenTelemetryPublisher.TracingSubscriber
extends java.lang.Object
implements org.reactivestreams.Subscriber<T>
Constructor and Description |
---|
TracingSubscriber(org.reactivestreams.Subscriber<? super T> actual,
io.opentelemetry.context.Context context) |
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(org.reactivestreams.Subscriber<? super T> actual, io.opentelemetry.context.Context context)
public void onSubscribe(@NotNull 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>