22#include "feed/impl/SingleFeedBase.hpp"
24#include <boost/json/object.hpp>
25#include <boost/json/serialize.hpp>
39 pub(boost::json::object
const& json)
Base class for single feed.
Definition SingleFeedBase.hpp:42
void pub(std::string msg)
Publishes the feed in strand.
Definition SingleFeedBase.cpp:65
SingleFeedBase(util::async::AnyExecutionContext &executionCtx, std::string const &name)
Construct a new Single Feed Base object.
Definition SingleFeedBase.cpp:35
Feed that publishes the json object as it is.
Definition ForwardFeed.hpp:32
void pub(boost::json::object const &json)
Publishes the json object.
Definition ForwardFeed.hpp:39