Class TraceHandlerAdapter
java.lang.Object
org.springframework.cloud.sleuth.instrument.web.TraceHandlerAdapter
- All Implemented Interfaces:
org.springframework.web.reactive.HandlerAdapter
public class TraceHandlerAdapter
extends Object
implements org.springframework.web.reactive.HandlerAdapter
Tracing representation of a
HandlerAdapter.- Since:
- 3.0.2
- Author:
- Marcin Grzejszczak
-
Constructor Summary
ConstructorsConstructorDescriptionTraceHandlerAdapter(org.springframework.web.reactive.HandlerAdapter delegate, org.springframework.beans.factory.BeanFactory beanFactory) -
Method Summary
-
Constructor Details
-
TraceHandlerAdapter
public TraceHandlerAdapter(org.springframework.web.reactive.HandlerAdapter delegate, org.springframework.beans.factory.BeanFactory beanFactory)
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.web.reactive.HandlerAdapter
-
handle
public reactor.core.publisher.Mono<org.springframework.web.reactive.HandlerResult> handle(org.springframework.web.server.ServerWebExchange exchange, Object handler) - Specified by:
handlein interfaceorg.springframework.web.reactive.HandlerAdapter
-