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

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