@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.hystrix") public class HystrixConfigurationDefinitionProperties extends HystrixConfigurationDefinitionCommon
Constructor and Description |
---|
HystrixConfigurationDefinitionProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,HystrixConfigurationDefinitionCommon> |
getConfigurations() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
getAllowMaximumSizeToDivergeFromCoreSize, getCircuitBreakerEnabled, getCircuitBreakerErrorThresholdPercentage, getCircuitBreakerForceClosed, getCircuitBreakerForceOpen, getCircuitBreakerRequestVolumeThreshold, getCircuitBreakerSleepWindowInMilliseconds, getCorePoolSize, getExecutionIsolationSemaphoreMaxConcurrentRequests, getExecutionIsolationStrategy, getExecutionIsolationThreadInterruptOnTimeout, getExecutionTimeoutEnabled, getExecutionTimeoutInMilliseconds, getFallbackEnabled, getFallbackIsolationSemaphoreMaxConcurrentRequests, getGroupKey, getKeepAliveTime, getMaximumSize, getMaxQueueSize, getMetricsHealthSnapshotIntervalInMilliseconds, getMetricsRollingPercentileBucketSize, getMetricsRollingPercentileEnabled, getMetricsRollingPercentileWindowBuckets, getMetricsRollingPercentileWindowInMilliseconds, getMetricsRollingStatisticalWindowBuckets, getMetricsRollingStatisticalWindowInMilliseconds, getQueueSizeRejectionThreshold, getRequestLogEnabled, getThreadPoolKey, getThreadPoolRollingNumberStatisticalWindowBuckets, getThreadPoolRollingNumberStatisticalWindowInMilliseconds, setAllowMaximumSizeToDivergeFromCoreSize, setCircuitBreakerEnabled, setCircuitBreakerErrorThresholdPercentage, setCircuitBreakerForceClosed, setCircuitBreakerForceOpen, setCircuitBreakerRequestVolumeThreshold, setCircuitBreakerSleepWindowInMilliseconds, setCorePoolSize, setExecutionIsolationSemaphoreMaxConcurrentRequests, setExecutionIsolationStrategy, setExecutionIsolationThreadInterruptOnTimeout, setExecutionTimeoutEnabled, setExecutionTimeoutInMilliseconds, setFallbackEnabled, setFallbackIsolationSemaphoreMaxConcurrentRequests, setGroupKey, setKeepAliveTime, setMaximumSize, setMaxQueueSize, setMetricsHealthSnapshotIntervalInMilliseconds, setMetricsRollingPercentileBucketSize, setMetricsRollingPercentileEnabled, setMetricsRollingPercentileWindowBuckets, setMetricsRollingPercentileWindowInMilliseconds, setMetricsRollingStatisticalWindowBuckets, setMetricsRollingStatisticalWindowInMilliseconds, setQueueSizeRejectionThreshold, setRequestLogEnabled, setThreadPoolKey, setThreadPoolRollingNumberStatisticalWindowBuckets, setThreadPoolRollingNumberStatisticalWindowInMilliseconds
public HystrixConfigurationDefinitionProperties()
public Map<String,HystrixConfigurationDefinitionCommon> getConfigurations()
public boolean isEnabled()
public void setEnabled(boolean enabled)
Apache Camel