Uses of Class
org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext
-
Packages that use ProcessFunction.OnTimerContext Package Description org.apache.flink.streaming.api.functions -
-
Uses of ProcessFunction.OnTimerContext in org.apache.flink.streaming.api.functions
Methods in org.apache.flink.streaming.api.functions with parameters of type ProcessFunction.OnTimerContext Modifier and Type Method Description void
ProcessFunction. onTimer(long timestamp, ProcessFunction.OnTimerContext ctx, org.apache.flink.util.Collector<O> out)
Called when a timer set usingTimerService
fires.
-