14 #ifndef DRCE_NOTIFICATION_EXECUTOR_HPP
15 #define DRCE_NOTIFICATION_EXECUTOR_HPP
31 void setNotificationFunctor(std::function<std::string(
const std::string&)> notificationFunctor_) {notificationFunctor=notificationFunctor_;}
33 void execute(
const std::string& json);
35 std::function<std::string(const std::string&)> notificationFunctor;
42 #endif // DRCE_NOTIFICATION_EXECUTOR_HPP