Class JCacheXProperties.ResilienceConfig.CircuitBreakerConfig
- java.lang.Object
-
- io.github.dhruv1110.jcachex.spring.configuration.JCacheXProperties.ResilienceConfig.CircuitBreakerConfig
-
- Enclosing class:
- JCacheXProperties.ResilienceConfig
public static class JCacheXProperties.ResilienceConfig.CircuitBreakerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description CircuitBreakerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCheckIntervalSeconds()
Boolean
getEnabled()
Integer
getFailureThreshold()
Integer
getTimeoutSeconds()
void
setCheckIntervalSeconds(Integer checkIntervalSeconds)
void
setEnabled(Boolean enabled)
void
setFailureThreshold(Integer failureThreshold)
void
setTimeoutSeconds(Integer timeoutSeconds)
-
-
-
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)
-
-