|
xentara-plugin v2.0.6
The Xentara Plugin Framework
|
A helper object used to throw exceptions for unknown configuration parameters. More...
#include <xentara/process/Microservice.hpp>
Public Member Functions | |
| auto | operator() (utils::json::decoder::Object::Member &member) const -> void |
| Calls config::throwUnknownParameterError() | |
| auto | operator() (const utils::json::decoder::Name &name, utils::json::decoder::Value &) const -> void |
| Calls config::throwUnknownParameterError() | |
| auto | operator() (utils::json::decoder::Object &jsonObject) const -> void |
| Calls config::throwUnknownParameterError() if a JSON object contains any but the standard configuration parameters. | |
A helper object used to throw exceptions for unknown configuration parameters.
| auto xentara::process::Microservice::FallbackConfigHandler::operator() | ( | const utils::json::decoder::Name & | name, |
| utils::json::decoder::Value & | |||
| ) | const -> void |
| auto xentara::process::Microservice::FallbackConfigHandler::operator() | ( | utils::json::decoder::Object & | jsonObject | ) | const -> void |
Calls config::throwUnknownParameterError() if a JSON object contains any but the standard configuration parameters.
| auto xentara::process::Microservice::FallbackConfigHandler::operator() | ( | utils::json::decoder::Object::Member & | member | ) | const -> void |