Class HostAppenderFunction

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

public class HostAppenderFunction extends Object implements Function<String,String>
Function that appends the host name to the payload message.