public class TraceHandlerAdapter extends Object implements org.springframework.web.reactive.HandlerAdapter
HandlerAdapter.| Constructor and Description |
|---|
TraceHandlerAdapter(org.springframework.web.reactive.HandlerAdapter delegate,
org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.web.reactive.HandlerResult> |
handle(org.springframework.web.server.ServerWebExchange exchange,
Object handler) |
boolean |
supports(Object handler) |
public TraceHandlerAdapter(org.springframework.web.reactive.HandlerAdapter delegate,
org.springframework.beans.factory.BeanFactory beanFactory)
public boolean supports(Object handler)
supports in interface org.springframework.web.reactive.HandlerAdapterpublic reactor.core.publisher.Mono<org.springframework.web.reactive.HandlerResult> handle(org.springframework.web.server.ServerWebExchange exchange,
Object handler)
handle in interface org.springframework.web.reactive.HandlerAdapterCopyright © 2021 Pivotal Software, Inc.. All rights reserved.