Class ConsulClusterConfiguration

java.lang.Object
org.apache.camel.component.consul.ConsulClientConfiguration
org.apache.camel.component.consul.cluster.ConsulClusterConfiguration
All Implemented Interfaces:
Cloneable

public class ConsulClusterConfiguration extends ConsulClientConfiguration
  • Constructor Details

    • ConsulClusterConfiguration

      public ConsulClusterConfiguration()
  • Method Details

    • getSessionTtl

      public int getSessionTtl()
    • setSessionTtl

      public void setSessionTtl(int sessionTtl)
    • getSessionLockDelay

      public int getSessionLockDelay()
    • setSessionLockDelay

      public void setSessionLockDelay(int sessionLockDelay)
    • getRootPath

      public String getRootPath()
    • setRootPath

      public void setRootPath(String rootPath)
    • getSessionRefreshInterval

      public int getSessionRefreshInterval()
    • setSessionRefreshInterval

      public void setSessionRefreshInterval(int sessionRefreshInterval)
    • copy

      Overrides:
      copy in class ConsulClientConfiguration