Class ContinuousProcessingTimeTrigger<W extends Window>

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

    @PublicEvolving
    public class ContinuousProcessingTimeTrigger<W extends Window>
    extends Trigger<Object,​W>
    A Trigger that continuously fires based on a given time interval as measured by the clock of the machine on which the job is running.
    See Also:
    Serialized Form