Package org.apache.pulsar.functions.windowing.triggers
package org.apache.pulsar.functions.windowing.triggers
-
ClassesClassDescriptionA trigger that tracks event counts and calls back
TriggerHandler.onTrigger()when the count threshold is hit.InvokesTriggerHandler.onTrigger()after the duration.A trigger policy that tracks event counts and sets the context for eviction policy to evict based on latest watermark time.Handles watermark events and triggersTriggerHandler.onTrigger()for each window interval that has events to be processed up to the watermark ts.