Class TraceHandlerFunction
java.lang.Object
org.springframework.cloud.sleuth.instrument.web.TraceHandlerFunction
- All Implemented Interfaces:
org.springframework.web.reactive.function.server.HandlerFunction
public class TraceHandlerFunction
extends Object
implements org.springframework.web.reactive.function.server.HandlerFunction
Tracing representation of a
HandlerFunction.- Since:
- 3.0.2
- Author:
- Marcin Grzejszczak
-
Constructor Summary
ConstructorsConstructorDescriptionTraceHandlerFunction(org.springframework.web.reactive.function.server.HandlerFunction<?> delegate, org.springframework.beans.factory.BeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<?>handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
-
Constructor Details
-
TraceHandlerFunction
public TraceHandlerFunction(org.springframework.web.reactive.function.server.HandlerFunction<?> delegate, org.springframework.beans.factory.BeanFactory beanFactory)
-
-
Method Details
-
handle
public reactor.core.publisher.Mono<?> handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest) - Specified by:
handlein interfaceorg.springframework.web.reactive.function.server.HandlerFunction
-