All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.spinnaker.keel.util.kt Maven / Gradle / Ivy

package com.netflix.spinnaker.keel

import com.netflix.spinnaker.kork.dynamicconfig.DynamicConfigService

inline fun  DynamicConfigService.getConfig(configName: String, defaultValue: T): T =
  getConfig(T::class.java, configName, defaultValue)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy