Ravel Python API Reference
A Database-Defined Network Controller
Public Member Functions | List of all members
ravel.messaging.MsgQueueSender Class Reference

A message queue-based message sender. More...

Inheritance diagram for ravel.messaging.MsgQueueSender:
ravel.messaging.MessageSender

Public Member Functions

def __init__
 queue_id: the integer id of the queue to be used
 
def send
 Send the specified message. More...
 
- Public Member Functions inherited from ravel.messaging.MessageSender
def send
 Send the specified message. More...
 

Detailed Description

A message queue-based message sender.

Member Function Documentation

def ravel.messaging.MsgQueueSender.send (   self,
  msg 
)

Send the specified message.

Parameters
msgthe message to send

The documentation for this class was generated from the following file: