T - The type of the elments that can be emitted.public interface Output<T>
extends org.apache.flink.util.Collector<T>
StreamOperator is supplied with an object
of this interface that can be used to emit elements and other messages, such as barriers
and low watermarks, from an operator.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.