Class ConsulConfigProperties.Watch

java.lang.Object
org.springframework.cloud.consul.config.ConsulConfigProperties.Watch
Enclosing class:
ConsulConfigProperties

public static class ConsulConfigProperties.Watch extends Object
Consul watch properties.
  • Constructor Details

    • Watch

      public Watch()
  • Method Details

    • getWaitTime

      public int getWaitTime()
    • setWaitTime

      public void setWaitTime(int waitTime)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay(int delay)
    • toString

      public String toString()
      Overrides:
      toString in class Object