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 Details

    • TraceCommandLineRunner

      public TraceCommandLineRunner(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.boot.CommandLineRunner delegate, String beanName)
  • Method Details

    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception