SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AmqpArguments
Constructor Summary | |
AmqpArguments()
AmqpArguments is a table of optional arguments for AMQP commands |
Method Summary | |
AmqpArguments
|
addInteger(key, value)
Adds an integer value to an AmqpArguments table. |
AmqpArguments
|
addLongString(key, value)
Adds a long string value to an AmqpArguments table. |
String
|
toString()
Returns String representation of the AmqpArguments. |
Constructor Detail |
AmqpArguments()
Method Detail |
AmqpArguments addInteger(key, value)
String key
Number value
AmqpArguments
AmqpArguments addLongString(key, value)
String key
String value
AmqpArguments
String toString()
String