java.lang.Object
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncTrigger<Object,TimeWindow>
org.apache.flink.runtime.asyncprocessing.operators.windowing.triggers.AsyncEventTimeTrigger
All Implemented Interfaces:
Serializable

@Experimental public class AsyncEventTimeTrigger extends AsyncTrigger<Object,TimeWindow>
A AsyncTrigger that fires once the watermark passes the end of the window to which a pane belongs. This is for async window operator.
See Also: