com.ibm.streams.flow.handlers

Interface StreamHandler<T>

    • Method Detail

      • tuple

        void tuple(T tuple)
                   throws java.lang.Exception
        Process a tuple.
        Parameters:
        tuple - The tuple.
        Throws:
        java.lang.Exception - Failure to process the tuple.
      • mark

        void mark(StreamingData.Punctuation mark)
                  throws java.lang.Exception
        Process a punctuation mark.
        Parameters:
        mark - The punctuation mark.
        Throws:
        java.lang.Exception - Failure to process the punctuation mark.