Class IntegerAdditionFunction
- java.lang.Object
-
- org.apache.pulsar.functions.api.examples.IntegerAdditionFunction
-
- All Implemented Interfaces:
org.apache.pulsar.functions.api.Function<java.lang.Integer,java.lang.Integer>
public class IntegerAdditionFunction extends java.lang.Object implements org.apache.pulsar.functions.api.Function<java.lang.Integer,java.lang.Integer>Function that appends to an integer input value and outputs the new value.
-
-
Constructor Summary
Constructors Constructor Description IntegerAdditionFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integerprocess(java.lang.Integer input, org.apache.pulsar.functions.api.Context context)
-