|
ZIO
Python and C++ interface to ZeroMQ and Zyre
|


Public Member Functions | |
| def | __init__ (self, broker, socket_type=zmq.ROUTER, verbose=False) |
| def | reconnect_to_broker (self) |
| def | send (self, service, request) |
| def | recv (self) |
Public Attributes | |
| socket_type | |
| verbose | |
Static Public Attributes | |
| broker = None | |
| ctx = None | |
| client = None | |
| poller = None | |
| int | timeout = 2500 |
| bool | verbose = False |
Majordomo Protocol Client API, Python version. Implements the MDP/Worker spec at http:#rfc.zeromq.org/spec:7.
| def zio.domo.client.Client.__init__ | ( | self, | |
| broker, | |||
socket_type = zmq.ROUTER, |
|||
verbose = False |
|||
| ) |
| def zio.domo.client.Client.reconnect_to_broker | ( | self | ) |
| def zio.domo.client.Client.recv | ( | self | ) |
| def zio.domo.client.Client.send | ( | self, | |
| service, | |||
| request | |||
| ) |
1.8.13