com.ibm.streams.flow.handlers

Class DynamicForwarder<T>

    • Constructor Detail

      • DynamicForwarder

        public DynamicForwarder()
        Create a DynamicForwarder with the destination set to a StreamDiscarder.
      • DynamicForwarder

        public DynamicForwarder(StreamHandler<T> handler)
        Create a DynamicForwarder with the destination set to a handler.
    • Method Detail

      • setDestination

        public void setDestination(StreamHandler<T> destination)
        Set the destination for the stream.
        Parameters:
        destination -