Expand description
Provides Sender/Receiver implementations for Event Stream codegen.
Structs§
- Event
Stream Sender - Input type for Event Streams.
- Message
Stream Adapter - Adapts a
Stream<SmithyMessageType>
to a signedStream<Bytes>
by using the provided message marshaller and signer implementations. - Message
Stream Error - An error that occurs within a message stream.
- Receiver
- Receives Smithy-modeled messages out of an Event Stream.
- Receiver
Error - An error that occurs within an event stream receiver.
Type Aliases§
- BoxError
- A generic, boxed error that’s
Send
,Sync
, and'static
.