13#ifndef RTCTK_EXAMPLECOMPONENT_BUSINESSLOGIC_HPP
14#define RTCTK_EXAMPLECOMPONENT_BUSINESSLOGIC_HPP
51 log4cplus::Logger& m_logger;
Base interface for all OLDB adapters.
Definition oldbIf.hpp:25
Definition runnable.hpp:35
Base interface for all Runtime Configuration Repository adapters.
Definition runtimeRepoIf.hpp:27
Container class that holds services of any type.
Definition serviceContainer.hpp:39
Definition businessLogic.hpp:30
void ActivityGoingIdle(StopToken st) override
Definition businessLogic.cpp:67
void ActivityUpdating(StopToken st, const JsonPayload &args) override
Definition businessLogic.cpp:82
void ActivityEnabling(StopToken st) override
Definition businessLogic.cpp:55
bool GuardUpdatingAllowed(const JsonPayload &args) override
Definition businessLogic.cpp:87
void ActivityInitialising(StopToken st) override
Definition businessLogic.cpp:38
void ActivityRecovering(StopToken st) override
Definition businessLogic.cpp:78
void ActivityRunning(StopToken st) override
Definition businessLogic.cpp:71
void ActivityDisabling(StopToken st) override
Definition businessLogic.cpp:59
void ActivityStarting(StopToken st) override
Definition businessLogic.cpp:34
BusinessLogic(const std::string &name, ServiceContainer &services)
Definition businessLogic.cpp:24
void ActivityGoingRunning(StopToken st) override
Definition businessLogic.cpp:63
virtual ~BusinessLogic()=default
Definition commandReplier.cpp:22
rad::StopToken StopToken
Definition stopToken.hpp:20
nlohmann::json JsonPayload
Type requirements:
Definition jsonPayload.hpp:25
elt::mal::future< std::string > InjectReqRepEvent(StateMachineEngine &engine)
Definition malEventInjector.hpp:23
Definition businessLogic.cpp:22
Runnable< RtcComponent > LifeCycle
Definition businessLogic.hpp:25
Header file for OldbIf, which defines the API for OldbAdapters.
Lifecycle of a basic 'RtcComponent'.
Lifecycle Extension that makes an RTC Component 'Runnable'.
Header file for RuntimeRepoIf, which defines the API for RuntimeRepoAdapters.
Life cycle extension to make RtcComponent Runnable.
Definition runnable.hpp:31