Uses of Class
org.apache.pulsar.functions.api.examples.CustomDerivedObject
Packages that use CustomDerivedObject
-
Uses of CustomDerivedObject in org.apache.pulsar.functions.api.examples
Methods in org.apache.pulsar.functions.api.examples that return CustomDerivedObjectModifier and TypeMethodDescriptionCustomDerivedSerde.deserialize(byte[] bytes) CustomBaseToDerivedFunction.process(CustomBaseObject input, Context context) CustomDerivedToDerivedFunction.process(CustomDerivedObject input, Context context) Methods in org.apache.pulsar.functions.api.examples with parameters of type CustomDerivedObjectModifier and TypeMethodDescriptionCustomDerivedToBaseFunction.process(CustomDerivedObject input, Context context) CustomDerivedToDerivedFunction.process(CustomDerivedObject input, Context context) byte[]CustomDerivedSerde.serialize(CustomDerivedObject object)