rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Variables
pubsub.py File Reference

Classes to publish/subscribe topics with ZMQ. More...

Classes

class  rad.services.pubsub.ZmqSubscriber
 Subscriber provides the capability to subscribe to protobuf ZMQ topics and being notified through callbacks to a (shared for all topics) handler. More...
 
class  rad.services.pubsub.Subscriber
 Subscriber is a protobuf-aware subscriber and uses ZmqSubscriber for the lower level protocol. More...
 
class  rad.services.pubsub.Publisher
 Publisher provides the capability to publish protobuf topics over ZMQ. More...
 

Namespaces

 rad.services.pubsub
 

Variables

tuple rad.services.pubsub.LOGGER = logging.getLogger(__name__)
 

Detailed Description

Classes to publish/subscribe topics with ZMQ.