|
synapse-app-sdk
C++ SDK for Synapse Apps
|
This is the complete list of members for synapse::TapManager, including all inherited members.
| add_consumer_tap(const std::string &name, const std::string &message_type_name, const std::function< void(zmq::message_t message)> &callback) | synapse::TapManager | inline |
| add_tap(const std::string &name, const std::string &message_type_name) | synapse::TapManager | |
| send_message(const std::string &name, const T &message) | synapse::TapManager | inline |
| stop() | synapse::TapManager | |
| TapManager(zmq::context_t &zmq_context, const std::string ®istry_endpoint=kDefaultTapZMQIPC) | synapse::TapManager | explicit |
| ~TapManager() | synapse::TapManager |