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.pubsub.Publisher Class Reference

Publisher provides the capability to publish protobuf topics over ZMQ. More...

Public Member Functions

def __init__
 
def stop
 Stop publisher. More...
 
def publish
 Publish topic under name topic_name. More...
 
def __init__
 
def stop
 Stop publisher. More...
 
def publish
 Publish topic under name topic_name. More...
 

Detailed Description

Publisher provides the capability to publish protobuf topics over ZMQ.

Constructor & Destructor Documentation

def rad.services.pubsub.Publisher.__init__ (   self,
  endpoint 
)
def rad.services.pubsub.Publisher.__init__ (   self,
  endpoint 
)

Member Function Documentation

def rad.services.pubsub.Publisher.publish (   self,
  topic_name 
)

Publish topic under name topic_name.

Returns Future that resolves once topic has been published.

def rad.services.pubsub.Publisher.publish (   self,
  topic_name 
)

Publish topic under name topic_name.

Returns Future that resolves once topic has been published.

def rad.services.pubsub.Publisher.stop (   self)

Stop publisher.

Closes socket

def rad.services.pubsub.Publisher.stop (   self)

Stop publisher.

Closes socket


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