Class SinkNodeBase

  • Direct Known Subclasses:
    VideoSink

    public class SinkNodeBase
    extends NodeBase
    Base class for topology sink nodes.
    • Constructor Detail

      • SinkNodeBase

        public SinkNodeBase()
    • 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 SinkNodeBase 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 SinkNodeBase object itself.
      • withName

        public SinkNodeBase 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.