Interface SpringCloudConfigClientConfig.DiscoveryConfig.EurekaConfig
- Enclosing interface:
SpringCloudConfigClientConfig.DiscoveryConfig
public static interface SpringCloudConfigClientConfig.DiscoveryConfig.EurekaConfig
-
Method Summary
Modifier and TypeMethodDescription@WithConverter(io.quarkus.runtime.configuration.DurationConverter.class) DurationIndicates how often(in seconds) to fetch the registry information from the eureka server.The service URL to use to specify Eureka server
-
Method Details
-
serviceUrl
The service URL to use to specify Eureka server -
registryFetchIntervalSeconds
@WithDefault("30S") @WithConverter(io.quarkus.runtime.configuration.DurationConverter.class) @WithConverter(io.quarkus.runtime.configuration.DurationConverter.class) Duration registryFetchIntervalSeconds()Indicates how often(in seconds) to fetch the registry information from the eureka server.
-