Class HttpServerTracingCorePublisher
- java.lang.Object
-
- io.micronaut.tracing.brave.instrument.http.HttpServerTracingPublisher
-
- io.micronaut.tracing.brave.instrument.http.HttpServerTracingCorePublisher
-
- All Implemented Interfaces:
io.micronaut.core.async.publisher.Publishers.MicronautPublisher<io.micronaut.http.MutableHttpResponse<?>>,org.reactivestreams.Publisher<io.micronaut.http.MutableHttpResponse<?>>,reactor.core.CorePublisher<io.micronaut.http.MutableHttpResponse<?>>
public class HttpServerTracingCorePublisher extends HttpServerTracingPublisher implements reactor.core.CorePublisher<io.micronaut.http.MutableHttpResponse<?>>
Handles HTTP client server tracing.- Since:
- 4.1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.micronaut.tracing.brave.instrument.http.HttpServerTracingPublisher
HttpServerTracingPublisher.TracingSubscriber
-
-
Field Summary
-
Fields inherited from class io.micronaut.tracing.brave.instrument.http.HttpServerTracingPublisher
publisher
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoSubscribe(brave.Span span, org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual)Do subscribe to the publisher.voidsubscribe(reactor.core.CoreSubscriber<? super io.micronaut.http.MutableHttpResponse<?>> subscriber)-
Methods inherited from class io.micronaut.tracing.brave.instrument.http.HttpServerTracingPublisher
subscribe
-
-
-
-
Method Detail
-
subscribe
public void subscribe(reactor.core.CoreSubscriber<? super io.micronaut.http.MutableHttpResponse<?>> subscriber)
- Specified by:
subscribein interfacereactor.core.CorePublisher<io.micronaut.http.MutableHttpResponse<?>>
-
doSubscribe
protected void doSubscribe(brave.Span span, org.reactivestreams.Subscriber<? super io.micronaut.http.MutableHttpResponse<?>> actual)Description copied from class:HttpServerTracingPublisherDo subscribe to the publisher.- Overrides:
doSubscribein classHttpServerTracingPublisher- Parameters:
span- The spanactual- The actual subscriber
-
-