1 #ifndef RECODEX_BROKER_STATUS_NOTIFIER_HANDLER_H 2 #define RECODEX_BROKER_STATUS_NOTIFIER_HANDLER_H 5 #include <spdlog/logger.h> 7 #include "../config/notifier_config.h" 8 #include "../notifier/status_notifier.h" 9 #include "../reactor/handler_interface.h" 44 std::shared_ptr<spdlog::logger> logger_;
47 #endif // RECODEX_BROKER_STATUS_NOTIFIER_HANDLER_H std::function< void(const message_container &)> response_cb
void on_request(const message_container &message, response_cb respond)
static const std::string TYPE_ERROR
static const std::string TYPE_JOB_STATUS
status_notifier_handler(const notifier_config &config, std::shared_ptr< spdlog::logger > logger)