public static interface AfterWatermark.AfterWatermarkLate<W extends BoundedWindow> extends TriggerBuilder<W>
| Modifier and Type | Method and Description |
|---|---|
TriggerBuilder<W> |
withEarlyFirings(Trigger.OnceTrigger<W> earlyTrigger)
Creates a new
Trigger like the this, except that it fires repeatedly whenever
the given Trigger fires after the watermark has passed the end of the window. |
buildTriggerTriggerBuilder<W> withEarlyFirings(Trigger.OnceTrigger<W> earlyTrigger)
Trigger like the this, except that it fires repeatedly whenever
the given Trigger fires after the watermark has passed the end of the window.