| Interface | Description |
|---|---|
| CloudEventContextReader |
Represents an object that can be read as CloudEvent context attributes and extensions.
|
| CloudEventContextWriter |
Interface to write the context attributes/extensions from a
CloudEventContextReader to a new representation. |
| CloudEventDataMapper<R extends CloudEventData> |
Interface to convert a
CloudEventData instance to another one. |
| CloudEventReader |
Represents an object that can be read as CloudEvent.
|
| CloudEventWriter<R> |
Interface to write the content (CloudEvents attributes, extensions and payload) from a
CloudEventReader to a new representation. |
| CloudEventWriterFactory<W extends CloudEventWriter<R>,R> |
This factory is used to enforce setting the
SpecVersion as first step in the writing process. |
| Enum | Description |
|---|---|
| CloudEventRWException.CloudEventRWExceptionKind |
The kind of error that happened while serializing/deserializing
|
| Exception | Description |
|---|---|
| CloudEventRWException |
This class is the exception Protocol Binding and Event Format implementers can use to signal errors while serializing/deserializing CloudEvent.
|
Copyright © 2022. All rights reserved.