Modules§
Structs§
- Ack
- Used by channel
publish_ackcallback. - Basic
AckArguments - Arguments for
basic_ack - Basic
Properties - AMQP message properties.
- Cancel
- Used by channel
cancelcallback. - Channel
- Type represents an AMQP Channel.
- Close
- Used by connection’s
closecallback. - Close
Channel - Used by channel
closecallback. - Connection
- Type represents an connection.
- Deliver
- Used by consumer
consumecallback. - Nack
- Used by channel
publish_nackcallback. - Return
- Used by channel
publish_returncallback.
Enums§
- Error
- A list of errors can be returned by the APIs.
Traits§
- Async
Consumer - Trait defines the callback interfaces for consuming asynchronous content data from server.
- Channel
Callback - Callback interfaces for asynchronous
Channelclass message. - Connection
Callback - Callback interfaces for asynchronous
Connectionclass message.