Class StandardProcessorNode

All Implemented Interfaces:
Authorizable, ComponentAuthorizable, VersionedComponent, Connectable, Positionable, ComponentNode, Triggerable, GroupedComponent

public class StandardProcessorNode extends ProcessorNode implements Connectable
ProcessorNode provides thread-safe access to a FlowFileProcessor as it exists within a controlled flow. This node keeps track of the processor, its scheduling information and its relationships to other processors and whatever scheduled futures exist for it. Must be thread safe.