20#ifndef ORES_HTTP_SERVER_MESSAGING_REGISTRAR_HPP
21#define ORES_HTTP_SERVER_MESSAGING_REGISTRAR_HPP
25#include "ores.nats/service/client.hpp"
26#include "ores.nats/service/subscription.hpp"
28namespace ores::http_server::messaging {
40 static std::vector<ores::nats::service::subscription>
42 const std::string& base_url);
NATS client: connection, pub/sub, request/reply, and JetStream.
Definition client.hpp:73