Class CustomDerivedToBaseFunction

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

public class CustomDerivedToBaseFunction extends Object implements Function<CustomDerivedObject,CustomBaseObject>
Example of function converting a derived object to a base object.