Package com.netflix.genie.agent.cli
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 java.lang.Object implements org.springframework.boot.CommandLineRunner, org.springframework.boot.ExitCodeGeneratorMain entry point for execution after the application is initialized.- Since:
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExitCode()voidrun(java.lang.String... args)
-
-
-
Method Detail
-
run
public void run(java.lang.String... args) throws java.lang.Exception- Specified by:
runin interfaceorg.springframework.boot.CommandLineRunner- Throws:
java.lang.Exception
-
getExitCode
public int getExitCode()
- Specified by:
getExitCodein interfaceorg.springframework.boot.ExitCodeGenerator
-
-