Class OMAGServer.OMAGServerStartup

java.lang.Object
org.odpi.openmetadata.serverchassis.springboot.OMAGServer.OMAGServerStartup
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner
Enclosing class:
OMAGServer

@Component public class OMAGServer.OMAGServerStartup extends Object implements org.springframework.boot.ApplicationRunner
Application Runner implementation class. The purpose of this class is to provide a standard way to run the OMAG server activation task, separate from the main application tread.
  • Constructor Details

    • OMAGServerStartup

      public OMAGServerStartup()
  • Method Details

    • run

      public void run(org.springframework.boot.ApplicationArguments args)
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner