Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

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

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