Class GenieAgentRunner

java.lang.Object
com.netflix.genie.agent.cli.GenieAgentRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner, org.springframework.boot.ExitCodeGenerator

public class GenieAgentRunner extends Object implements org.springframework.boot.CommandLineRunner, org.springframework.boot.ExitCodeGenerator
Main entry point for execution after the application is initialized.
Since:
4.0.0
  • Method Details

    • run

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

      public int getExitCode()
      Specified by:
      getExitCode in interface org.springframework.boot.ExitCodeGenerator