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 aHandlerAdapter.- Since:
- 3.0.2
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description TraceHandlerAdapter(org.springframework.web.reactive.HandlerAdapter delegate, org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<org.springframework.web.reactive.HandlerResult>handle(org.springframework.web.server.ServerWebExchange exchange, Object handler)booleansupports(Object handler)
-
-
-
Method Detail
-
supports
public boolean supports(Object handler)
- 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
-
-