|
rad
2.0.0
|
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... | |
Publisher provides the capability to publish protobuf topics over ZMQ.
| def rad.services.pubsub.Publisher.__init__ | ( | self, | |
| endpoint | |||
| ) |
| def rad.services.pubsub.Publisher.__init__ | ( | self, | |
| endpoint | |||
| ) |
| 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
1.8.5