Class AmqpArguments

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

AmqpArguments()

Method Detail

addInteger

AmqpArguments addInteger(key, value)

addLongString

AmqpArguments addLongString(key, value)

toString

String toString()

Documentation generated by JsDoc Toolkit 1.3.3 on Thu Sep 25 2014 15:48:00 GMT-0700 (PDT)