|
rad
2.0.0
|
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... | |
A protobuf-aware message replier.
| def rad.services.msg.MsgReplier.__init__ | ( | self, | |
| endpoint | |||
| ) |
| def rad.services.msg.MsgReplier.__init__ | ( | self, | |
| endpoint | |||
| ) |
| 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.
| def rad.services.msg.MsgReplier.send | ( | self, | |
| identity | |||
| ) |
Send protobuf msg to identity.
| 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.
| 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.
1.8.5