Class IntegerAdditionFunction

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

public class IntegerAdditionFunction extends Object implements Function<Integer,Integer>
Function that appends to an integer input value and outputs the new value.