6 #ifndef ZEROEQ_CONNECTION_SERVICE_H 7 #define ZEROEQ_CONNECTION_SERVICE_H 11 #include <zeroeq/types.h> 35 ZEROEQ_API
static bool subscribe(
const std::string& address,
50 ZEROEQ_API
static bool subscribe(
const std::string& hostname,
51 const std::string& name,
Defines export visibility macros for library ZeroEQ.
static bool subscribe(const std::string &address, const Publisher &publisher)
Request subscription of the given publisher to a remote broker.
Subscribes a Publisher to a remote receiver using a connection::Broker.
Publish-subscribe and request-reply.
Serves and publishes events, consumed by Subscriber.