A remote procedure call-based message receiver.
More...
A remote procedure call-based message receiver.
def ravel.messaging.RpcReceiver.__init__ |
( |
|
self, |
|
|
|
host, |
|
|
|
port, |
|
|
|
consumer = None |
|
) |
| |
- Parameters
-
host | the hostname or IP address of the RPC server |
port | the port for the RPC server |
consumer | the consuming object for received messages |
def ravel.messaging.RpcReceiver.stop |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
Stop the receiver thread.
- Parameters
-
event | an optional quit message |
The documentation for this class was generated from the following file: