public class HttpServerTracingPublisher
extends java.lang.Object
implements io.micronaut.core.async.publisher.Publishers.MicronautPublisher<io.micronaut.http.MutableHttpResponse<?>>
Modifier and Type | Class and Description |
---|---|
protected class |
HttpServerTracingPublisher.TracingSubscriber |
Modifier and Type | Field and Description |
---|---|
protected org.reactivestreams.Publisher<io.micronaut.http.MutableHttpResponse<?>> |
publisher |
Modifier and Type | Method and Description |
---|---|
protected void |
doSubscribe(brave.Span span,
org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual)
Do subscribe to the publisher.
|
void |
subscribe(org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual) |
protected final org.reactivestreams.Publisher<io.micronaut.http.MutableHttpResponse<?>> publisher
public void subscribe(org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual)
subscribe
in interface org.reactivestreams.Publisher<io.micronaut.http.MutableHttpResponse<?>>
@Internal protected void doSubscribe(brave.Span span, org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual)
actual
- The actual subscriberspan
- The span