Package dev.tripswitch.admin
Class UpdateBreakerInput.Builder
java.lang.Object
dev.tripswitch.admin.UpdateBreakerInput.Builder
- Enclosing class:
- UpdateBreakerInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()cooldownMs(int v) evalIntervalMs(int v) halfOpenBackoffCapMs(int v) halfOpenBackoffEnabled(boolean v) kind(BreakerKind v) kindParams(Map<String, Object> v) minCount(int v) minStateDurationMs(int v) recoveryAllowRateRampSteps(int v) threshold(double v) windowMs(int v)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
-
metric
-
kind
-
kindParams
-
op
-
threshold
-
windowMs
-
minCount
-
minStateDurationMs
-
cooldownMs
-
evalIntervalMs
-
halfOpenBackoffEnabled
-
halfOpenBackoffCapMs
-
halfOpenIndeterminatePolicy
-
recoveryAllowRateRampSteps
-
actions
-
metadata
-
build
-