Class ConsulFilesPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<org.springframework.cloud.consul.ConsulClient>
org.springframework.core.env.EnumerablePropertySource<org.springframework.cloud.consul.ConsulClient>
org.springframework.cloud.consul.config.ConsulPropertySource
org.springframework.cloud.consul.config.ConsulFilesPropertySource

public class ConsulFilesPropertySource extends ConsulPropertySource
Author:
Spencer Gibb
  • Constructor Details

    • ConsulFilesPropertySource

      public ConsulFilesPropertySource(String context, org.springframework.cloud.consul.ConsulClient source, ConsulConfigProperties configProperties)
  • Method Details

    • init

      public void init()
      Overrides:
      init in class ConsulPropertySource
    • init

      public void init(org.springframework.cloud.consul.model.http.kv.GetValue value)