Package org.apache.flink.cep.functions
-
Interface Summary Interface Description PatternProcessFunction.Context Gives access to time related characteristics as well as enables emitting elements to side outputs.TimedOutPartialMatchHandler<IN> Enables handling timed out partial matches. -
Class Summary Class Description PatternProcessFunction<IN,OUT> It is called with a map of detected events which are identified by their names.