Package org.saidone
Class AlfrescoNodeProcessorApplicationRunner
java.lang.Object
org.saidone.component.BaseComponent
org.saidone.AlfrescoNodeProcessorApplicationRunner
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.boot.CommandLineRunner,org.springframework.context.ApplicationContextAware
@Component
public class AlfrescoNodeProcessorApplicationRunner
extends BaseComponent
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
Methods inherited from class org.saidone.component.BaseComponent
setApplicationContext, shutDown, start, stop
-
Constructor Details
-
AlfrescoNodeProcessorApplicationRunner
public AlfrescoNodeProcessorApplicationRunner()
-
-
Method Details
-
run
Executes the collectors and processors defined by the configuration.- Specified by:
runin interfaceorg.springframework.boot.CommandLineRunner- Parameters:
args- command line arguments
-