W - The type of windows the built trigger will operate on.public interface TriggerBuilder<W extends BoundedWindow>
Trigger implements this interface.
This includes Triggers (which can return themselves) and any "enhanced" syntax for
constructing a trigger.
| Modifier and Type | Method and Description |
|---|---|
Trigger<W> |
buildTrigger()
Return the
Trigger built by this builder. |