Modules§
Structs§
- Ack
- Used by channel
publish_ack
callback. - Basic
AckArguments - Arguments for
basic_ack
- Basic
Properties - AMQP message properties.
- Cancel
- Used by channel
cancel
callback. - Channel
- Type represents an AMQP Channel.
- Close
- Used by connection’s
close
callback. - Close
Channel - Used by channel
close
callback. - Connection
- Type represents an connection.
- Deliver
- Used by consumer
consume
callback. - Nack
- Used by channel
publish_nack
callback. - Return
- Used by channel
publish_return
callback.
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
Channel
class message. - Connection
Callback - Callback interfaces for asynchronous
Connection
class message.