Class 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 Detail

      • TraceHandlerAdapter

        public TraceHandlerAdapter​(org.springframework.web.reactive.HandlerAdapter delegate,
                                   org.springframework.beans.factory.BeanFactory beanFactory)
    • Method Detail

      • supports

        public boolean supports​(Object handler)
        Specified by:
        supports in interface org.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:
        handle in interface org.springframework.web.reactive.HandlerAdapter