| Package | Description |
|---|---|
| org.apache.pulsar.functions.api.examples |
| Modifier and Type | Method and Description |
|---|---|
CustomDerivedObject |
CustomDerivedSerde.deserialize(byte[] bytes) |
CustomDerivedObject |
CustomBaseToDerivedFunction.process(CustomBaseObject input,
Context context) |
CustomDerivedObject |
CustomDerivedToDerivedFunction.process(CustomDerivedObject input,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
CustomDerivedObject |
CustomDerivedToDerivedFunction.process(CustomDerivedObject input,
Context context) |
CustomBaseObject |
CustomDerivedToBaseFunction.process(CustomDerivedObject input,
Context context) |
byte[] |
CustomDerivedSerde.serialize(CustomDerivedObject object) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.