Class TraceHandlerFunction

java.lang.Object
org.springframework.cloud.sleuth.instrument.web.TraceHandlerFunction
All Implemented Interfaces:
org.springframework.web.reactive.function.server.HandlerFunction

public class TraceHandlerFunction extends Object implements org.springframework.web.reactive.function.server.HandlerFunction
Tracing representation of a HandlerFunction.
Since:
3.0.2
Author:
Marcin Grzejszczak
  • Constructor Summary

    Constructors
    Constructor
    Description
    TraceHandlerFunction(org.springframework.web.reactive.function.server.HandlerFunction<?> delegate, org.springframework.beans.factory.BeanFactory beanFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<?>
    handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
     

    Methods inherited from class java.lang.Object

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

    • TraceHandlerFunction

      public TraceHandlerFunction(org.springframework.web.reactive.function.server.HandlerFunction<?> delegate, org.springframework.beans.factory.BeanFactory beanFactory)
  • Method Details

    • handle

      public reactor.core.publisher.Mono<?> handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
      Specified by:
      handle in interface org.springframework.web.reactive.function.server.HandlerFunction