Class Assembly

  • All Implemented Interfaces:
    org.springframework.boot.ApplicationRunner

    @Component
    @Order(2)
    public class Assembly
    extends Object
    implements org.springframework.boot.ApplicationRunner
    This runner assembles and writes diagnosis key bundles and the parameter configuration.
    • Method Detail

      • run

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