Uses of Class
org.apache.pulsar.functions.api.examples.CustomBaseObject
Packages that use CustomBaseObject
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of CustomBaseObject in org.apache.pulsar.functions.api.examples
Subclasses of CustomBaseObject in org.apache.pulsar.functions.api.examplesMethods in org.apache.pulsar.functions.api.examples that return CustomBaseObjectModifier and TypeMethodDescriptionCustomBaseSerde.deserialize(byte[] bytes) CustomBaseToBaseFunction.process(CustomBaseObject input, org.apache.pulsar.functions.api.Context context) CustomDerivedToBaseFunction.process(CustomDerivedObject input, org.apache.pulsar.functions.api.Context context) Methods in org.apache.pulsar.functions.api.examples with parameters of type CustomBaseObjectModifier and TypeMethodDescriptionCustomBaseToBaseFunction.process(CustomBaseObject input, org.apache.pulsar.functions.api.Context context) CustomBaseToDerivedFunction.process(CustomBaseObject input, org.apache.pulsar.functions.api.Context context) byte[]CustomBaseSerde.serialize(CustomBaseObject object)