20#ifndef ORES_COMPUTE_WRAPPER_APP_LOG_PUBLISHER_HPP
21#define ORES_COMPUTE_WRAPPER_APP_LOG_PUBLISHER_HPP
25#include "ores.nats/service/client.hpp"
27namespace ores::compute::wrapper::app {
38 const std::string& result_id,
39 const std::filesystem::path& job_dir);
49 const std::string& result_id,
50 const std::filesystem::path& job_dir);
NATS client: connection, pub/sub, request/reply, and JetStream.
Definition client.hpp:73