AMQP methods can be RPC requests, RPC responses, exceptions (ChannelClose, ConnectionClose), or one-way asynchronous messages. Currently this information is not recorded in their type or interface: it is implicit in the way the method is used, and the way it is defined in the AMQP specification. A future revision of the RabbitMQ .NET client library may extend the IMethod interface to represent this information explicitly.
| Type | Name | Summary |
|---|---|---|
|
ProtocolClassId (r)
|
Retrieves the class ID number of this method, as defined in the AMQP specification XML. |
|
ProtocolMethodId (r)
|
Retrieves the method ID number of this method, as defined in the AMQP specification XML. |
|
ProtocolMethodName (r)
|
Retrieves the name of this method - for debugging use. |