Interface CustomResolver.Health
-
- Enclosing class:
- CustomResolver
public static interface CustomResolver.Health
Healthy state of the custom resolver.
-
-
Field Detail
-
HEALTHY
static final String HEALTHY
HEALTHY.- See Also:
- Constant Field Values
-
DEGRADED
static final String DEGRADED
DEGRADED.- See Also:
- Constant Field Values
-
CRITICAL
static final String CRITICAL
CRITICAL.- See Also:
- Constant Field Values
-
-