com.ibm.streams.flow.declare

Interface StreamConnection



  • public interface StreamConnection
    A stream connection between an input and output port.
    Since:
    InfoSphere® Streams Version 3.1
    • Method Detail

      • getInput

        InputPortDeclaration getInput()
        The declaration for the input port that will receive tuples and punctuation marks.
        Returns:
        input port that receives tuples and punctuation marks
      • getOutput

        OutputPortDeclaration getOutput()
        The declaration for the output port that will submit tuples and punctuation marks.
        Returns:
        output port that submits tuples and punctuation marks