public interface HealthChecker
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComponentName()
HealthChecker name
|
default int |
getRetryCount()
The number of retries after failure.
|
default long |
getRetryTimeInterval()
The time interval for each retry after failure.
|
org.springframework.boot.actuate.health.Health |
isHealthy()
HealthCheck information.
|
default boolean |
isStrictCheck()
Is it strictly checked?
|
org.springframework.boot.actuate.health.Health isHealthy()
String getComponentName()
default int getRetryCount()
default long getRetryTimeInterval()
default boolean isStrictCheck()
Copyright © 2019. All rights reserved.