Class AsyncContinuousEventTimeTrigger<W extends Window>

java.lang.Object
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncTrigger<Object,W>
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncContinuousEventTimeTrigger<W>
Type Parameters:
W - The type of Windows on which this trigger can operate.
All Implemented Interfaces:
Serializable

@Internal public class AsyncContinuousEventTimeTrigger<W extends Window> extends AsyncTrigger<Object,W>
A AsyncTrigger that continuously fires based on a given time interval. This fires based on Watermarks.
See Also: