Class TraceApplicationRunner

java.lang.Object
org.springframework.cloud.sleuth.instrument.task.TraceApplicationRunner
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

public class TraceApplicationRunner extends Object implements org.springframework.boot.ApplicationRunner
Trace representation of a ApplicationRunner.
Since:
3.1.0
Author:
Marcin Grzejszczak
  • Constructor Details

    • TraceApplicationRunner

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

    • run

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