Home
last modified time | relevance | path

Searched defs:EventServiceConfig (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Devent_service_store.hpp295 struct EventServiceConfig struct
297 bool enabled = true;
298 uint32_t retryAttempts = 3;
299 uint32_t retryTimeoutInterval = 30;
301 void fromJson(const nlohmann::json::object_t& j) in fromJson()