Ravel Python API Reference
A Database-Defined Network Controller
|
A remote procedure call-based message sender. More...
Public Member Functions | |
def | __init__ |
def | send |
Send the specified message. More... | |
Public Member Functions inherited from ravel.messaging.MessageSender | |
def | send |
Send the specified message. More... | |
A remote procedure call-based message sender.
def ravel.messaging.RpcSender.__init__ | ( | self, | |
host, | |||
port | |||
) |
host | the hostname or IP address of the RPC server |
port | the port for the RPC server |
def ravel.messaging.RpcSender.send | ( | self, | |
msg | |||
) |
Send the specified message.
msg | the message to send |