ProcessorNode build()
NodeFactory Contract
NodeFactory
is the abstraction of processor node factories that can build and describe a processor node.
NodeFactory
takes the following to be created:
Note
|
NodeFactory is a Java private static abstract class of InternalTopologyBuilder and cannot be created directly. It is created indirectly for the concrete processor node factories and only for and by InternalTopologyBuilder .
|
Method | Description |
---|---|
|
Builds a processor node Used exclusively when |
|
Describes a processor node (using AbstractNode) Used exclusively when |
NodeFactory | Description |
---|---|
Factory of SinkNodes |
|