Class CustomDerivedToDerivedFunction

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

public class CustomDerivedToDerivedFunction extends Object implements org.apache.pulsar.functions.api.Function<CustomDerivedObject,CustomDerivedObject>
Example of 2nd order conversion from a base object for composition pipelines.