Class ContextWindowFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.window.ContextWindowFunction
All Implemented Interfaces:
WindowFunction<Integer,Integer>

public class ContextWindowFunction extends Object implements WindowFunction<Integer,Integer>
Example Function that acts on a window of tuples at a time rather than per tuple basis.