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