Class AbstractNodeCollector

java.lang.Object
org.saidone.component.BaseComponent
org.saidone.collectors.AbstractNodeCollector
All Implemented Interfaces:
NodeCollector, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
NodeListCollector, NodeTreeCollector, QueryNodeCollector

public abstract class AbstractNodeCollector extends BaseComponent implements NodeCollector
Base implementation of NodeCollector providing queue injection and a default asynchronous execution of NodeCollector.collectNodes(CollectorConfig).