T
- The type of the elements that can be emitted.@PublicEvolving 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.Modifier and Type | Method and Description |
---|---|
void |
emitWatermark(Watermark mark)
Emits a
Watermark from an operator. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.