Class CustomDerivedToDerivedFunction
java.lang.Object
org.apache.pulsar.functions.api.examples.CustomDerivedToDerivedFunction
- All Implemented Interfaces:
Function<CustomDerivedObject,CustomDerivedObject>
public class CustomDerivedToDerivedFunction
extends Object
implements Function<CustomDerivedObject,CustomDerivedObject>
Example of 2nd order conversion from a base object for composition pipelines.
-
Constructor Details
-
CustomDerivedToDerivedFunction
public CustomDerivedToDerivedFunction()
-
-
Method Details
-
process
- Specified by:
processin interfaceFunction<CustomDerivedObject,CustomDerivedObject>
-