Interface SpringCloudConfigClientConfig.DiscoveryConfig.EurekaConfig

Enclosing interface:
SpringCloudConfigClientConfig.DiscoveryConfig

public static interface SpringCloudConfigClientConfig.DiscoveryConfig.EurekaConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    @WithConverter(io.quarkus.runtime.configuration.DurationConverter.class) Duration
    Indicates 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

      Map<String,String> 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.