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 Detail

      • onWatermarkUpdate

        void onWatermarkUpdate​(long watermark)
        Called when the watermark increases.