Class TraceCommandLineRunnerBeanPostProcessor
java.lang.Object
org.springframework.cloud.sleuth.autoconfig.instrument.task.TraceCommandLineRunnerBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class TraceCommandLineRunnerBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
Registers beans related to task scheduling.
- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
Constructor Summary
ConstructorsConstructorDescriptionTraceCommandLineRunnerBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
TraceCommandLineRunnerBeanPostProcessor
public TraceCommandLineRunnerBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory)
-
-
Method Details
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-