Class 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 Detail

      • TraceCommandLineRunner

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

      • run

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