Package org.apache.flink.cep.time
Interface TimerService
-
@Internal public interface TimerService
Enables to provide time characteristic toNFA
for use inIterativeCondition
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
currentProcessingTime()
Current processing time as returned fromTimerService
.
-