Class StandaloneGateway.Launcher

  • All Implemented Interfaces:
    org.springframework.boot.CommandLineRunner
    Enclosing class:
    StandaloneGateway

    @SpringBootApplication(exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration.class)
    @ComponentScan({"io.camunda.zeebe.gateway","io.camunda.zeebe.shared","io.camunda.zeebe.util"})
    public static class StandaloneGateway.Launcher
    extends Object
    implements org.springframework.boot.CommandLineRunner
    • Constructor Detail

      • Launcher

        public Launcher()
    • Method Detail

      • run

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