20#ifndef ORES_DQ_MESSAGING_REGISTRAR_HPP
21#define ORES_DQ_MESSAGING_REGISTRAR_HPP
23#include "ores.comms/net/server.hpp"
24#include "ores.logging/make_logger.hpp"
25#include "ores.database/domain/context.hpp"
26#include "ores.iam/service/authorization_service.hpp"
28namespace ores::dq::messaging {
42 [[nodiscard]]
static auto& lg() {
44 static auto instance = make_logger(
45 "ores.dq.messaging.registrar");
52 std::shared_ptr<iam::service::authorization_service> auth_service);
Implements logging infrastructure for ORE Studio.
Definition boost_severity.hpp:28
ORES protocol server.
Definition server.hpp:53
Context for the operations on a postgres database.
Definition context.hpp:30
Register Data Quality subsystem message handlers with the server.
Definition registrar.hpp:40