Searched defs:EventServiceConfig (Results 1 – 1 of 1) sorted by relevance
295 struct EventServiceConfig struct297 bool enabled = true;298 uint32_t retryAttempts = 3;299 uint32_t retryTimeoutInterval = 30;301 void fromJson(const nlohmann::json::object_t& j) in fromJson()