Class InstanceIdAppenderFunction

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

public class InstanceIdAppenderFunction extends Object implements Function<String,String>
Function that appends the instance id to the payload message.