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 aHandlerFunction.- Since:
- 3.0.2
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description TraceHandlerFunction(org.springframework.web.reactive.function.server.HandlerFunction<?> delegate, org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<?>handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
-