Class TraceCommandLineRunner
java.lang.Object
org.springframework.cloud.sleuth.instrument.task.TraceCommandLineRunner
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
public class TraceCommandLineRunner
extends Object
implements org.springframework.boot.CommandLineRunner
Trace representation of a
CommandLineRunner.- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
Constructor Summary
ConstructorsConstructorDescriptionTraceCommandLineRunner(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.boot.CommandLineRunner delegate, String beanName) -
Method Summary
-
Constructor Details
-
TraceCommandLineRunner
public TraceCommandLineRunner(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.boot.CommandLineRunner delegate, String beanName)
-
-
Method Details
-
run
- Specified by:
runin interfaceorg.springframework.boot.CommandLineRunner- Throws:
Exception
-