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

      • TraceApplicationRunner

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

      • run

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