Class ConsulFilesPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<com.ecwid.consul.v1.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, com.ecwid.consul.v1.ConsulClient source, ConsulConfigProperties configProperties)
  • Method Details

    • init

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

      public void init(com.ecwid.consul.v1.kv.model.GetValue value)