Uses of Enum
com.github.nhenneaux.resilienthttpclient.monitoredclientpool.HealthCheckResult.HealthStatus
-
Uses of HealthCheckResult.HealthStatus in com.github.nhenneaux.resilienthttpclient.monitoredclientpool
Subclasses with type arguments of type HealthCheckResult.HealthStatus in com.github.nhenneaux.resilienthttpclient.monitoredclientpoolMethods in com.github.nhenneaux.resilienthttpclient.monitoredclientpool that return HealthCheckResult.HealthStatusModifier and TypeMethodDescriptionHealthCheckResult.getStatus()Returns the enum constant of this type with the specified name.static HealthCheckResult.HealthStatus[]HealthCheckResult.HealthStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.nhenneaux.resilienthttpclient.monitoredclientpool with parameters of type HealthCheckResult.HealthStatusModifierConstructorDescriptionHealthCheckResult(HealthCheckResult.HealthStatus status, List<ConnectionDetail> details)