Uses of Class
org.apache.pulsar.functions.api.examples.CustomDerivedObject
-
Packages that use CustomDerivedObject Package Description org.apache.pulsar.functions.api.examples -
-
Uses of CustomDerivedObject in org.apache.pulsar.functions.api.examples
Methods in org.apache.pulsar.functions.api.examples that return CustomDerivedObject Modifier and Type Method Description CustomDerivedObjectCustomDerivedSerde. deserialize(byte[] bytes)CustomDerivedObjectCustomBaseToDerivedFunction. process(CustomBaseObject input, org.apache.pulsar.functions.api.Context context)CustomDerivedObjectCustomDerivedToDerivedFunction. process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context)Methods in org.apache.pulsar.functions.api.examples with parameters of type CustomDerivedObject Modifier and Type Method Description CustomBaseObjectCustomDerivedToBaseFunction. process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context)CustomDerivedObjectCustomDerivedToDerivedFunction. process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context)byte[]CustomDerivedSerde. serialize(CustomDerivedObject object)
-