6 #ifndef ZEROEQ_CONNECTION_SERVICE_H
7 #define ZEROEQ_CONNECTION_SERVICE_H
10 #include <zeroeq/types.h>
36 ZEROEQ_API
static bool subscribe(
const std::string& address,
51 ZEROEQ_API
static bool subscribe(
const std::string& hostname,
52 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 classes for typed events.
Serves and publishes events, consumed by Subscriber.