Crate amqpr_api [−] [src]
amqpr-api is AMQP client api library. You can talk with AMQP server via channel controller provided by this crate. There is two kind of channel controllers; GlobalChannelController and LocalChannelController.
Reexports
pub use handshake::start_handshake; |
pub use channel::open_channel; |
pub use exchange::declare_exchange_wait; |
pub use queue::declare_queue_wait; |
pub use queue::bind_queue_wait; |
pub use basic::publish; |
pub use basic::receive_delivered; |
pub use basic::start_consume_wait; |
pub use heartbeat::send_heartbeat; |
Modules
| basic | |
| channel | |
| errors | |
| exchange | |
| handshake | |
| heartbeat | |
| queue |
Type Definitions
| AmqpSocket |