Class ProcessorNodeBase

  • Direct Known Subclasses:
    EncoderProcessor

    public class ProcessorNodeBase
    extends NodeBase
    Base class for topology processor nodes.
    • Constructor Detail

      • ProcessorNodeBase

        public ProcessorNodeBase()
    • Method Detail

      • inputs

        public List<NodeInput> inputs()
        Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.
        Returns:
        the inputs value.
      • withInputs

        public ProcessorNodeBase withInputs​(List<NodeInput> inputs)
        Set the inputs property: An array of upstream node references within the topology to be used as inputs for this node.
        Parameters:
        inputs - the inputs value to set.
        Returns:
        the ProcessorNodeBase object itself.
      • withName

        public ProcessorNodeBase withName​(String name)
        Set the name property: Node name. Must be unique within the topology.
        Overrides:
        withName in class NodeBase
        Parameters:
        name - the name value to set.
        Returns:
        the NodeBase object itself.