| Interface | Description |
|---|---|
| AmqMethodBodyFactory |
Factory interface used to create AMQP method frame objects.
|
| Class | Description |
|---|---|
| AmqMethodRegistry |
Keep factory classes for different class IDs and method IDs.
|
| AmqpBadMessage |
Frame used when a faulty AMQP frame is received.
|
| BasicAck |
AMQP frame for basic.publish
Parameter Summary:
1.
|
| BasicCancel |
AMQP frame for basic.cancel.
|
| BasicCancelOk |
AMQP frame for basic cancel-ok.
|
| BasicConsume |
AMQP frame for basic.consume
Parameter Summary:
1.
|
| BasicConsumeOk |
AMQP frame for basic.consume
Parameter Summary:
1.
|
| BasicDeliver |
AMQP frame for basic.deliver.
|
| BasicPublish |
AMQP frame for basic.publish
Parameter Summary:
1.
|
| BasicQos |
AMQP frame for basic.qos
Parameter Summary:
1.
|
| BasicQosOk |
AMQP frame for basic.qos.
|
| ChannelClose |
AMQP frame for channel.close
Parameter Summary:
1.
|
| ChannelCloseOk |
AMQP frame for channel.close-ok
Parameter Summary:
No parameters
|
| ChannelFlow |
AMQP frame for channel.flow
Parameter Summary:
1.active (bit) - current flow setting
|
| ChannelFlowOk |
AMQP frame for channel.flow-ok
Parameter Summary:
1.active (bit) - current flow setting
|
| ChannelOpen |
AMQP frame for channel.open
Parameter Summary:
1.
|
| ChannelOpenOk |
AMQP frame for channel.open-ok
Parameter Summary:
1.
|
| ConnectionClose |
AMQP frame for connection.close
Parameter Summary:
1.
|
| ConnectionCloseOk |
AMQP frame for connection.close-ok
Parameter Summary:
No parameters
|
| ConnectionOpen |
AMQP frame for connection.open
Parameter Summary:
1.
|
| ConnectionOpenOk |
AMQP frame for connection.open-ok
Parameter Summary:
1.
|
| ConnectionStart |
AMQP connection.start frame.
|
| ConnectionStartOk |
AMQP connection.start frame.
|
| ConnectionTune |
AMQP frame for connection.tune
Parameter Summary:
1.
|
| ConnectionTuneOk |
AMQP frame for connection.tune-ok.
|
| ContentFrame |
AMQP content frame
|
| ExchangeDeclare |
AMQP frame for exchange.declare
Parameter Summary:
1.
|
| ExchangeDeclareOk |
AMQP frame for exchange.declare-ok.
|
| GeneralFrame |
AMQP General Frame.
|
| HeaderFrame |
AMQP header frame
|
| MethodFrame |
AMQP Method frame.
|
| ProtocolInitFrame |
AMQP frame used for protocol version negotiation.
|
| QueueBind |
AMQP frame for queue.bind
Parameter Summary:
1.
|
| QueueBindOk |
AMQP frame for queue.bind-ok
Parameter Summary:
No parameters
|
| QueueDeclare |
AMQP frame for queue.declare
Parameter Summary:
1.
|
| QueueDeclareOk |
AMQP frame for queue.declare-ok
Parameter Summary:
1.
|
Copyright © 2017 WSO2. All rights reserved.