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 Summary
Constructors -
Method Summary
-
Constructor Details
-
AlfrescoNodeProcessorApplicationRunner
public AlfrescoNodeProcessorApplicationRunner()
-
-
Method Details
-
run
Executes the collectors and processors defined by the configuration.- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Parameters:
args
- command line arguments
-