Class AddWindowFunction

java.lang.Object
org.apache.pulsar.functions.api.examples.AddWindowFunction
All Implemented Interfaces:
Function<Collection<Integer>,Integer>

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