Package gofer :: Package messaging :: Class XBinding
[hide private]
[frames] | no frames]

Class XBinding

source code

Represents an AMQP X-BINDING fragment.

Instance Methods [hide private]
 
__init__(self, exchange, key=None) source code
 
__str__(self) source code
Instance Variables [hide private]
str exchange
An exchange name.
str key
An (optional) exchange routing key.
Method Details [hide private]

__init__(self, exchange, key=None)
(Constructor)

source code 
Parameters:
  • exchange (str) - An exchange name.
  • key (str) - An (optional) routing key.