Class PurgingTrigger<T,​W extends Window>

  • Type Parameters:
    T - The type of elements on which this trigger can operate.
    W - The type of Windows on which this trigger can operate.
    All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class PurgingTrigger<T,​W extends Window>
    extends Trigger<T,​W>
    A trigger that can turn any Trigger into a purging Trigger.

    When the nested trigger fires, this will return a FIRE_AND_PURGE TriggerResult.

    See Also:
    Serialized Form