Class AfterSynchronizedProcessingTime

All Implemented Interfaces:
Serializable

public class AfterSynchronizedProcessingTime extends Trigger.OnceTrigger
FOR INTERNAL USE ONLY. A trigger that fires after synchronized processing time has reached the processing time of the first element's arrival.

This is for internal, primarily as a "continuation trigger" for AfterProcessingTime triggers. In that use, this trigger is ready as soon as all upstream workers processing time clocks have caught up to the moment that input arrived.

See Also: