@Internal
public interface OnWatermarkCallback<KEY>
InternalWatermarkCallbackService service. This callback
will be invoked for all keys registered with the service, upon reception of a watermark.| 限定符和类型 | 方法和说明 |
|---|---|
void |
onWatermark(KEY key,
Watermark watermark)
The action to be triggered upon reception of a watermark.
|
void onWatermark(KEY key, Watermark watermark) throws IOException
key - The current key.watermark - The current watermark.IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.