Fledge
An open source edge computing platform for industrial users
ServiceHandler Class Referenceabstract

ServiceHandler abstract class - the interface that services using the management API must provide. More...

#include <service_handler.h>

Inheritance diagram for ServiceHandler:

Public Member Functions

virtual void shutdown ()=0
 
virtual void restart ()=0
 
virtual void configChange (const std::string &category, const std::string &config)=0
 
virtual void configChildCreate (const std::string &parent_category, const std::string &category, const std::string &config)=0
 
virtual void configChildDelete (const std::string &parent_category, const std::string &category)=0
 
virtual bool isRunning ()=0
 
virtual bool securityChange (const std::string &payload)
 

Detailed Description

ServiceHandler abstract class - the interface that services using the management API must provide.


The documentation for this class was generated from the following file: