Package org.saidone

Class AlfrescoNodeProcessorApplicationRunner

java.lang.Object
org.saidone.AlfrescoNodeProcessorApplicationRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component public class AlfrescoNodeProcessorApplicationRunner extends Object implements org.springframework.boot.CommandLineRunner
Runs the application from the command line. It loads the configuration, starts node collectors and processors and waits for them to complete.
  • Constructor Details

    • AlfrescoNodeProcessorApplicationRunner

      public AlfrescoNodeProcessorApplicationRunner()
  • Method Details

    • run

      public void run(String... args)
      Executes the collectors and processors defined by the configuration.
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Parameters:
      args - command line arguments