Module event_stream

Source
Expand description

Event stream related primitives such as Message or Header.

Structs§

EventReceiver
Receives unmarshalled events at a time out of an Event Stream.
Header
Event Stream header.
Message
Event Stream message.
StrBytes
UTF-8 string byte buffer representation with validation amortization. When StrBytes is constructed from a &str or String, its underlying bytes are assumed to be valid UTF-8. Otherwise, if constructed from a byte source, the construction will be fallible.

Enums§

HeaderValue
Event Stream frame header value.