22#include "event_trigger.h"
24#include "event_trigger_manager.h"
26#include <core/exception.h>
40 const bsoncxx::document::view & filter_query,
41 const std::string & ns,
42 const boost::function<
void(bsoncxx::document::view)> &callback)
43: change_stream(std::move(change_stream)),
44 filter_query(filter_query),
54EventTrigger::~EventTrigger()
Manager to realize triggers on events in the robot memory.
EventTrigger(mongocxx::change_stream &&change_stream, const bsoncxx::document::view &oplog_query, const std::string &ns, const boost::function< void(bsoncxx::document::view)> &callback)
Constructor.
Base class for exceptions in Fawkes.