Module message

Module message 

Source
Expand description

Provides facilities to implement Protocol Bindings.

Note: these APIs should be considered unstable and subject to changes.

Enums§

Encoding
Represents one of the possible message encodings/modes.
Error
Represents an error during serialization/deserialization process
MessageAttributeValue
Union type representing a CloudEvent context attribute type.

Traits§

BinaryDeserializer
Deserializer trait for a Message that can be encoded as binary mode.
BinarySerializer
Serializer for binary mode messages.
MessageDeserializer
Deserializer trait for a Message that can be encoded both in structured mode or binary mode.
StructuredDeserializer
Deserializer trait for a Message that can be encoded as structured mode.
StructuredSerializer
Serializer for structured mode messages.

Type Aliases§

Result
Result type alias for return values during serialization/deserialization process