pyflink.datastream.timerservice.TimerService.delete_processing_time_timer#
- TimerService.delete_processing_time_timer(timestamp: int)[source]#
Deletes the processing-time timer with the given trigger time. This method has only an effect if such a timer was previously registered and did not already expire.
Timers can internally be scoped to keys and/or windows. When you delete a timer, it is removed from the current keyed context.
- Parameters
timestamp – The given trigger time of timer to be deleted.