Class ReactorSleuthMethodInvocationProcessor

java.lang.Object
org.springframework.cloud.sleuth.instrument.annotation.ReactorSleuthMethodInvocationProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, SleuthMethodInvocationProcessor

public class ReactorSleuthMethodInvocationProcessor extends Object
Method Invocation Processor for Reactor.
Since:
2.1.0
Author:
Marcin Grzejszczak
  • Constructor Details

    • ReactorSleuthMethodInvocationProcessor

      public ReactorSleuthMethodInvocationProcessor()
  • Method Details

    • process

      public Object process(org.aopalliance.intercept.MethodInvocation invocation, NewSpan newSpan, ContinueSpan continueSpan) throws Throwable
      Throws:
      Throwable
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException