Package org.saidone
Class AlfrescoNodeProcessorConfiguration
java.lang.Object
org.saidone.AlfrescoNodeProcessorConfiguration
Spring configuration that defines common beans used by the application such
as the queue and the lists of asynchronous tasks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHolder for asynchronous collector tasks.Holder for asynchronous processor tasks.Counter of processed nodes shared across processors.queue()
Queue used to pass node identifiers between collectors and processors.
-
Constructor Details
-
AlfrescoNodeProcessorConfiguration
public AlfrescoNodeProcessorConfiguration()
-
-
Method Details
-
queue
Queue used to pass node identifiers between collectors and processors. -
nodeCollectors
Holder for asynchronous collector tasks. -
nodeProcessors
Holder for asynchronous processor tasks. -
processedNodesCounter
Counter of processed nodes shared across processors.
-