Class WatermarksWithIdleness<T>

  • All Implemented Interfaces:
    WatermarkGenerator<T>

    @Public
    public class WatermarksWithIdleness<T>
    extends Object
    implements WatermarkGenerator<T>
    A WatermarkGenerator that adds idleness detection to another WatermarkGenerator. If no events come within a certain time (timeout duration) then this generator marks the stream as idle, until the next watermark is generated.