Interface NodeOutputEvent.Builder

    • Method Detail

      • fields

        NodeOutputEvent.Builder fields​(Collection<NodeOutputField> fields)

        A list of output fields produced by the node.

        Parameters:
        fields - A list of output fields produced by the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        NodeOutputEvent.Builder fields​(NodeOutputField... fields)

        A list of output fields produced by the node.

        Parameters:
        fields - A list of output fields produced by the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeName

        NodeOutputEvent.Builder nodeName​(String nodeName)

        The name of the node that produced the outputs.

        Parameters:
        nodeName - The name of the node that produced the outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        NodeOutputEvent.Builder timestamp​(Instant timestamp)

        The timestamp when the outputs were produced by the node.

        Parameters:
        timestamp - The timestamp when the outputs were produced by the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.