public interface CloudEventData
This interface can be overridden to include any type of data inside a CloudEvent, given it has a method to convert back to bytes.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytes()
Returns the bytes representation of this data instance.
|
Copyright © 2023. All rights reserved.