6 #ifndef ZEROEQ_CONNECTION_BROKER_H 7 #define ZEROEQ_CONNECTION_BROKER_H 9 #include <zeroeq/log.h> 10 #include <zeroeq/receiver.h> 89 ZEROEQ_API std::string getAddress()
const;
92 detail::Broker*
const _impl;
95 void addSockets(std::vector<zeroeq::detail::Socket>& entries)
final;
96 void process(zeroeq::detail::Socket& socket, uint32_t timeout)
final;
Brokers subscription requests for a zeroeq::Receiver.
Use only the fixed port for named brokers.
Base class for entities receiving data.
Publish-subscribe classes for typed events.