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 Summary
Constructors Constructor Description ReactorSleuthMethodInvocationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectprocess(org.aopalliance.intercept.MethodInvocation invocation, NewSpan newSpan, ContinueSpan continueSpan)voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
-
-
-
Method Detail
-
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:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
-