java.lang.Object
org.apache.pulsar.functions.api.examples.IntegerAdditionFunction
- All Implemented Interfaces:
Function<Integer,Integer>
Function that appends to an integer input value and outputs the new value.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntegerAdditionFunction
public IntegerAdditionFunction()
-