__init__(self,
uuid,
producer,
**options)
(Constructor)
| source code
|
- Parameters:
uuid (str) - The peer ID.
producer (gofer.messaging.producer.Producer) - An AMQP producer.
options (dict) - keyword options. Options:
-
async : Indicates that requests asynchronous. Default = False
-
ctag : The asynchronous correlation tag. When specified, it
implies all requests are asynchronous.
-
window : The request window. See Window. Default =
any time.
-
secret : A shared secret used for request authentication.
-
timeout : The request timeout (seconds). Default = (10,90)
seconds.
|