synapse-app-sdk
C++ SDK for Synapse Apps
Loading...
Searching...
No Matches
synapse::TapManager Member List

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::TapManagerinline
add_tap(const std::string &name, const std::string &message_type_name)synapse::TapManager
send_message(const std::string &name, const T &message)synapse::TapManagerinline
stop()synapse::TapManager
TapManager(zmq::context_t &zmq_context, const std::string &registry_endpoint=kDefaultTapZMQIPC)synapse::TapManagerexplicit
~TapManager()synapse::TapManager