Class CustomBaseToBaseFunction

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

public class CustomBaseToBaseFunction extends Object implements Function<CustomBaseObject,CustomBaseObject>
Function example of processing on a custom object type.