com.ibm.streams.flow.declare

Interface OutputPortDeclaration

    • Method Detail

      • connect

        OutputPortDeclaration connect(InputPortDeclaration... inputPorts)
        Connect this output port to input ports.
        Parameters:
        inputPorts - Input ports to connect to.
        Returns:
        this
        Throws:
        java.lang.IllegalStateException - At least one of the input ports has a different schema.
      • getPortSet

        OutputPortSet getPortSet()
        Return the port set for this port if the operator class had an OutputPortSet annotation.
        Returns:
        Port set for this port, or null if the operator class was not annotated.
        Since:
        InfoSphere® Streams Version 3.2