Class ExecutorInstrumentor
- java.lang.Object
-
- org.springframework.cloud.sleuth.instrument.async.ExecutorInstrumentor
-
-
Constructor Summary
Constructors Constructor Description ExecutorInstrumentor(Supplier<List<String>> ignoredBeans, org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinstrument(Object bean, String beanName)Wraps anExecutorbean in its trace representation.static booleanisApplicableForInstrumentation(Object bean)
-
-
-
Method Detail
-
isApplicableForInstrumentation
public static boolean isApplicableForInstrumentation(Object bean)
- Parameters:
bean- bean to instrument- Returns:
trueif bean is applicable for instrumentation
-
-