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

    Constructors
    Constructor
    Description
    TraceHandlerAdapter(org.springframework.web.reactive.HandlerAdapter delegate, org.springframework.beans.factory.BeanFactory beanFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.web.reactive.HandlerResult>
    handle(org.springframework.web.server.ServerWebExchange exchange, Object handler)
     
    boolean
    supports(Object handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TraceHandlerAdapter

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

    • 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