rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
rad.services.msg.MsgReplier Class Reference

A protobuf-aware message replier. More...

Public Member Functions

def __init__
 
def is_closed
 
def start
 Starts accepting incoming requests. More...
 
def send
 Send protobuf msg to identity. More...
 
def stop
 Unbinds socket and shuts down all related tasks to this Replier. More...
 
def __init__
 
def is_closed
 
def start
 Starts accepting incoming requests. More...
 
def send
 Send protobuf msg to identity. More...
 
def stop
 Unbinds socket and shuts down all related tasks to this Replier. More...
 

Detailed Description

A protobuf-aware message replier.

Constructor & Destructor Documentation

def rad.services.msg.MsgReplier.__init__ (   self,
  endpoint 
)
def rad.services.msg.MsgReplier.__init__ (   self,
  endpoint 
)

Member Function Documentation

def rad.services.msg.MsgReplier.is_closed (   self,
  bool 
)
def rad.services.msg.MsgReplier.is_closed (   self,
  bool 
)
def rad.services.msg.MsgReplier.send (   self,
  identity 
)

Send protobuf msg to identity.

Returns
Future that resolves when message been sent.
def rad.services.msg.MsgReplier.send (   self,
  identity 
)

Send protobuf msg to identity.

Returns
Future that resolves when message been sent.
def rad.services.msg.MsgReplier.start (   self)

Starts accepting incoming requests.

def rad.services.msg.MsgReplier.start (   self)

Starts accepting incoming requests.

def rad.services.msg.MsgReplier.stop (   self)

Unbinds socket and shuts down all related tasks to this Replier.

The ZmqMsgReplier is essentially dead after this.

see rad.services.msg.ZmqMsgReplier.stop.

def rad.services.msg.MsgReplier.stop (   self)

Unbinds socket and shuts down all related tasks to this Replier.

The ZmqMsgReplier is essentially dead after this.

see rad.services.msg.ZmqMsgReplier.stop.


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