T - The type of the elements that can be emitted.public interface Output<T> extends 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 watermarks, from an operator.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.