[][src]Module ironmq_codec::frame

Structs

BasicConsumeArgs
BasicConsumeFlags
BasicConsumeOkArgs
BasicDeliverArgs
BasicPublishArgs
BasicPublishFlags
ChannelCloseArgs
ConnectionCloseArgs
ConnectionOpenArgs
ConnectionStartArgs
ConnectionStartOkArgs
ConnectionTuneArgs
ConnectionTuneOkArgs
ContentBodyFrame
ContentHeaderFrame
ExchangeBindArgs
ExchangeDeclareArgs
ExchangeDeclareFlags
QueueBindArgs
QueueDeclareArgs
QueueDeclareFlags
QueueDeclareOkArgs

Enums

AMQPFieldValue
AMQPFrame

Represents an AMQP frame.

AMQPValue
MethodFrameArgs

Represents all types of method frame arguments.

Constants

BASIC_CONSUME
BASIC_CONSUME_OK
BASIC_DELIVER
BASIC_PUBLISH
CHANNEL_CLOSE
CHANNEL_CLOSE_OK
CHANNEL_OPEN
CHANNEL_OPEN_OK
CONNECTION_CLOSE
CONNECTION_CLOSE_OK
CONNECTION_OPEN
CONNECTION_OPEN_OK
CONNECTION_START
CONNECTION_START_OK
CONNECTION_TUNE
CONNECTION_TUNE_OK
EXCHANGE_DECLARE
EXCHANGE_DECLARE_OK
QUEUE_BIND
QUEUE_BIND_OK
QUEUE_DECLARE
QUEUE_DECLARE_OK

Functions

basic_consume
basic_consume_ok
basic_deliver
basic_publish
channel_close
channel_close_ok
channel_open
channel_open_ok
connection_close
connection_close_ok
connection_open
connection_open_ok
connection_start
connection_start_ok
connection_tune
connection_tune_ok
content_body
content_header
exchange_declare
exchange_declare_ok
queue_bind
queue_bind_ok
queue_declare
queue_declare_ok
split_class_method

Split class id and method id from u32 combined code.

Type Definitions

Channel
ClassId
ClassMethod
FieldTable

Type alias for inner type of field value.

Weight