Class NonReactorSleuthMethodInvocationProcessor
java.lang.Object
org.springframework.cloud.sleuth.instrument.annotation.NonReactorSleuthMethodInvocationProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,SleuthMethodInvocationProcessor
Method Invocation processor for non reactor apps.
- Since:
- 2.1.0
- Author:
- Marcin Grzejszczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(org.aopalliance.intercept.MethodInvocation invocation, NewSpan newSpan, ContinueSpan continueSpan) voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
NonReactorSleuthMethodInvocationProcessor
public NonReactorSleuthMethodInvocationProcessor()
-
-
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:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-