T
- The publisher generic typepublic class ScopePropagationPublisher<T> extends Object implements Publishers.MicronautPublisher<T>
Publisher
that just propagates tracing state without creating a new span.Constructor and Description |
---|
ScopePropagationPublisher(Publisher<T> publisher,
io.opentracing.Tracer tracer,
io.opentracing.Span parentSpan)
The default constructor.
|
public void subscribe(Subscriber<? super T> actual)