java.lang.Object
org.apache.pulsar.functions.api.examples.ConfigBasedAppendFunction
- All Implemented Interfaces:
Function<String,String>
Function that appends something to incoming input based on config supplied.
-
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
-
ConfigBasedAppendFunction
public ConfigBasedAppendFunction()
-