com.ibm.streams.flow.handlers

Class StreamForwarder<T>

  • Type Parameters:
    T - Type for the tuples on the stream
    All Implemented Interfaces:
    StreamHandler<T>


    public class StreamForwarder<T>
    extends AbstractStreamForwarder<T>
    Forward a stream to another StreamHandler.
    Since:
    InfoSphere® Streams Version 3.1
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String IBM_COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      StreamForwarder(StreamHandler<T> destination)
      Create a StreamForwarder that forwards to destination.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      StreamHandler<T> getDestination()
      Get the current destination for the stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamForwarder

        public StreamForwarder(StreamHandler<T> destination)
        Create a StreamForwarder that forwards to destination.
        Parameters:
        destination - Handler tuples and punctuation marks will be forwarded to.