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 aCommandLineRunner.- Since:
- 3.1.0
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description TraceCommandLineRunner(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.boot.CommandLineRunner delegate, String beanName)
-
-
-
Constructor Detail
-
TraceCommandLineRunner
public TraceCommandLineRunner(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.boot.CommandLineRunner delegate, String beanName)
-
-