8#include <userver/components/component_base.hpp>
9#include <userver/utils/statistics/entry.hpp>
11USERVER_NAMESPACE_BEGIN
13namespace clients::dns {
59 RabbitMQ(
const ComponentConfig& config,
const ComponentContext& context);
69 clients::dns::Component& dns_;
70 std::shared_ptr<urabbitmq::
Client> client_;
73 utils::statistics::Entry statistics_holder_;
77inline constexpr bool kHasValidate<RabbitMQ> =
true;