20#ifndef ORES_DQ_CORE_MESSAGING_REGISTRAR_HPP
21#define ORES_DQ_CORE_MESSAGING_REGISTRAR_HPP
25#include "ores.nats/service/client.hpp"
26#include "ores.nats/service/subscription.hpp"
27#include "ores.database/domain/context.hpp"
28#include "ores.security/jwt/jwt_authenticator.hpp"
30namespace ores::dq::messaging {
34 static std::vector<ores::nats::service::subscription>
37 std::optional<ores::security::jwt::jwt_authenticator> verifier = std::nullopt);
Context for the operations on a postgres database.
Definition context.hpp:47
NATS client: connection, pub/sub, request/reply, and JetStream.
Definition client.hpp:73