public class HttpServerTracingCorePublisher extends HttpServerTracingPublisher implements reactor.core.CorePublisher<io.micronaut.http.MutableHttpResponse<?>>
HttpServerTracingPublisher.TracingSubscriber
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(reactor.core.CoreSubscriber<? super io.micronaut.http.MutableHttpResponse<?>> subscriber) |
subscribe
public void subscribe(reactor.core.CoreSubscriber<? super io.micronaut.http.MutableHttpResponse<?>> subscriber)
subscribe
in interface reactor.core.CorePublisher<io.micronaut.http.MutableHttpResponse<?>>
protected void doSubscribe(brave.Span span, org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual)
HttpServerTracingPublisher
doSubscribe
in class HttpServerTracingPublisher
span
- The spanactual
- The actual subscriber