Module cloudevents::message
source · Expand description
Provides facilities to implement Protocol Bindings.
Note: these APIs should be considered unstable and subject to changes.
Enums§
- Represents one of the possible message encodings/modes.
- Represents an error during serialization/deserialization process
- Union type representing a CloudEvent context attribute type.
Traits§
- Deserializer trait for a Message that can be encoded as binary mode.
- Serializer for binary mode messages.
- Deserializer trait for a Message that can be encoded both in structured mode or binary mode.
- Deserializer trait for a Message that can be encoded as structured mode.
- Serializer for structured mode messages.
Type Aliases§
- Result type alias for return values during serialization/deserialization process