12#include "BaseCommandHandler.hpp"
BaseCommandHandler()=default
Default constructor.
SystemConfigCommandHandler(UnixRouter &router, Utils::SystemConfig &sysConfig)
Construct and register system-config commands on the router.
JSON command router for the Unix domain socket control protocol.
Definition UnixRouter.hpp:78
System configuration registry with typed values, entry metadata, and change callbacks.
Definition SystemConfig.hpp:81
Definition BaseCommandHandler.hpp:24
std::shared_ptr< UnixSession > UnixSessionPtr
Shared ownership pointer type for sessions.
Definition BaseCommandHandler.hpp:20
Definition SystemConfigCommandHandler.hpp:15