Interface WatermarkOutputMultiplexer.WatermarkUpdateListener
-
- Enclosing class:
- WatermarkOutputMultiplexer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Internal public static interface WatermarkOutputMultiplexer.WatermarkUpdateListener
A callback for propagating changes to split based watermarks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWatermarkUpdate(long watermark)Called when the watermark increases.
-