Module amqpr_codec::frame::method [] [src]

Reference

https://www.rabbitmq.com/amqp-0-9-1-reference.html Above link tells you general and rabbitmq-specific classes and methods.

https://www.rabbitmq.com/amqp-0-9-1-quickref.html#exchange.bind Above link tells you which method or field is rabbitmq-specific extension.

https://www.rabbitmq.com/extensions.html Above link tells you rabbitmq-specific extension.

https://www.rabbitmq.com/resources/specs/amqp0-9-1.extended.xml Above link tells you method id of rabbitmq-specific extension method.

Reexports

pub use self::connection::ConnectionClass;
pub use self::channel::ChannelClass;
pub use self::exchange::ExchangeClass;
pub use self::queue::QueueClass;
pub use self::basic::BasicClass;
pub use self::tx::TxClass;

Modules

basic
channel
connection
decoder
encoder
exchange
queue
tx

Enums

MethodPayload