Class JCacheXProperties.ResilienceConfig.CircuitBreakerConfig

    • Constructor Detail

      • CircuitBreakerConfig

        public CircuitBreakerConfig()
    • Method Detail

      • getEnabled

        public Boolean getEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getFailureThreshold

        public Integer getFailureThreshold()
      • setFailureThreshold

        public void setFailureThreshold​(Integer failureThreshold)
      • getTimeoutSeconds

        public Integer getTimeoutSeconds()
      • setTimeoutSeconds

        public void setTimeoutSeconds​(Integer timeoutSeconds)
      • getCheckIntervalSeconds

        public Integer getCheckIntervalSeconds()
      • setCheckIntervalSeconds

        public void setCheckIntervalSeconds​(Integer checkIntervalSeconds)