| Package | Description |
|---|---|
| io.cloudevents.core.format |
| Modifier and Type | Method and Description |
|---|---|
default CloudEvent |
EventFormat.deserialize(byte[] bytes)
Like
EventFormat.deserialize(byte[], CloudEventDataMapper), but with the identity CloudEventDataMapper. |
CloudEvent |
EventFormat.deserialize(byte[] bytes,
CloudEventDataMapper<? extends CloudEventData> mapper)
Deserialize a byte array to a
CloudEvent. |
Copyright © 2023. All rights reserved.