Uses of Interface
com.devonfw.module.service.common.api.config.ServiceConfig
-
Packages that use ServiceConfig Package Description com.devonfw.module.service.common.base.config com.devonfw.module.service.common.impl.client com.devonfw.module.service.common.impl.discovery -
-
Uses of ServiceConfig in com.devonfw.module.service.common.base.config
Classes in com.devonfw.module.service.common.base.config that implement ServiceConfig Modifier and Type Class Description class
ServiceConfigProperties
Implementation ofServiceConfig
as spring-bootConfigurationProperties
.
Assuming you would have the following in yourapplication.properties
: -
Uses of ServiceConfig in com.devonfw.module.service.common.impl.client
Methods in com.devonfw.module.service.common.impl.client that return ServiceConfig Modifier and Type Method Description ServiceConfig
ServiceClientAutoConfiguration. serviceClientConfig()
-
Uses of ServiceConfig in com.devonfw.module.service.common.impl.discovery
Methods in com.devonfw.module.service.common.impl.discovery with parameters of type ServiceConfig Modifier and Type Method Description void
ServiceDiscovererImplConfig. setConfig(ServiceConfig config)
-