类 IntegerAdditionFunction
- java.lang.Object
-
- org.apache.pulsar.functions.api.examples.IntegerAdditionFunction
-
- 所有已实现的接口:
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.
-
-
构造器概要
构造器 构造器 说明 IntegerAdditionFunction()
-