public class BreakerConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
backOffTimeMillis |
int |
failurePercentageThreshold |
long |
failureThreshold |
long |
healthRefreshMillis |
long |
trailingPeriodMillis |
| Constructor and Description |
|---|
BreakerConfig(long failureThreshold,
int failurePercentageThreshold,
long trailingPeriodMillis,
long healthRefreshMillis,
long backOffTimeMillis) |
public final int failurePercentageThreshold
public final long failureThreshold
public final long trailingPeriodMillis
public final long healthRefreshMillis
public final long backOffTimeMillis
Copyright © 2014 Tim Brooks. All Rights Reserved.