Class AssignMonitorCurator

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

    @Component
    @Profile("monitor-curator")
    public class AssignMonitorCurator
    extends Object
    implements org.springframework.boot.CommandLineRunner
    • Constructor Detail

      • AssignMonitorCurator

        public AssignMonitorCurator()
    • Method Detail

      • run

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