Package org.apache.flink.cep.time
Interface TimerService
@Internal
public interface TimerService
Enables to provide time characteristic to
NFA for use in IterativeCondition.-
Method Summary
Modifier and TypeMethodDescriptionlongCurrent processing time as returned fromTimerService.
-
Method Details
-
currentProcessingTime
long currentProcessingTime()Current processing time as returned fromTimerService.
-