Class CoProcessFunction.OnTimerContext
java.lang.Object
CoProcessFunction<IN1,IN2,OUT>.Context
org.apache.flink.streaming.api.functions.co.CoProcessFunction.OnTimerContext
- Enclosing class:
- CoProcessFunction<IN1,
IN2, OUT>
public abstract class CoProcessFunction.OnTimerContext
extends CoProcessFunction<IN1,IN2,OUT>.Context
Information available in an invocation of
#onTimer(long, OnTimerContext, Collector).-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.streaming.api.functions.co.CoProcessFunction.Context
output, timerService, timestamp
-
Constructor Details
-
OnTimerContext
public OnTimerContext()
-
-
Method Details
-
timeDomain
TheTimeDomainof the firing timer.
-