Package | Description |
---|---|
org.apache.flink.streaming.api.functions |
Modifier and Type | Method and Description |
---|---|
void |
ProcessFunction.onTimer(long timestamp,
ProcessFunction.OnTimerContext ctx,
Collector<O> out)
Called when a timer set using
TimerService fires. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.