27 static std::shared_ptr<Client>
create(
const std::string& client_id);
A pub/sub client for the message bus.
Definition client.h:11
static std::shared_ptr< Client > create(const std::string &client_id)
Create a new message bus client.
bool is_connected() override=0
Check if the client is connected.
The class used for publishing to the message bus.
Definition publisher.h:40
The class used for subscribing to the message bus.
Definition subscriber.h:46