Uses of Class
org.apache.pulsar.functions.api.examples.CustomDerivedObject
Packages that use CustomDerivedObject
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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, org.apache.pulsar.functions.api.Context context) CustomDerivedToDerivedFunction.process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context) Methods in org.apache.pulsar.functions.api.examples with parameters of type CustomDerivedObjectModifier and TypeMethodDescriptionCustomDerivedToBaseFunction.process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context) CustomDerivedToDerivedFunction.process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context) byte[]CustomDerivedSerde.serialize(CustomDerivedObject object)