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