3#include "feed/impl/SingleFeedBase.hpp"
5#include <boost/json/object.hpp>
6#include <boost/json/serialize.hpp>
20 pub(boost::json::object
const& json)
void pub(std::string msg)
Publishes the feed in strand.
Definition SingleFeedBase.cpp:51
SingleFeedBase(util::async::AnyExecutionContext &executionCtx, std::string const &name)
Construct a new Single Feed Base object.
Definition SingleFeedBase.cpp:16
Feed that publishes the json object as it is.
Definition ForwardFeed.hpp:13
void pub(boost::json::object const &json)
Publishes the json object.
Definition ForwardFeed.hpp:20
SingleFeedBase(util::async::AnyExecutionContext &executionCtx, std::string const &name)
Construct a new Single Feed Base object.
Definition SingleFeedBase.cpp:16