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.ExitCodeGenerator
Main 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 int
getExitCode()
void
run(java.lang.String... args)
-
-
-
Method Detail
-
run
public void run(java.lang.String... args) throws java.lang.Exception
- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Throws:
java.lang.Exception
-
getExitCode
public int getExitCode()
- Specified by:
getExitCode
in interfaceorg.springframework.boot.ExitCodeGenerator
-
-