Uses of Class
org.apache.pulsar.functions.api.examples.serde.CustomObject
-
Packages that use CustomObject Package Description org.apache.pulsar.functions.api.examples org.apache.pulsar.functions.api.examples.serde -
-
Uses of CustomObject in org.apache.pulsar.functions.api.examples
Methods in org.apache.pulsar.functions.api.examples that return CustomObject Modifier and Type Method Description CustomObjectCustomObjectFunction. process(CustomObject input, org.apache.pulsar.functions.api.Context context)Methods in org.apache.pulsar.functions.api.examples with parameters of type CustomObject Modifier and Type Method Description CustomObjectCustomObjectFunction. process(CustomObject input, org.apache.pulsar.functions.api.Context context) -
Uses of CustomObject in org.apache.pulsar.functions.api.examples.serde
Methods in org.apache.pulsar.functions.api.examples.serde that return CustomObject Modifier and Type Method Description CustomObjectCustomObjectSerde. deserialize(byte[] bytes)Methods in org.apache.pulsar.functions.api.examples.serde with parameters of type CustomObject Modifier and Type Method Description byte[]CustomObjectSerde. serialize(CustomObject object)
-