public class MongoHealthIndicator extends AbstractHealthIndicator
HealthIndicator returning status information for
Mongo data stores.| 构造器和说明 |
|---|
MongoHealthIndicator(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic MongoHealthIndicator(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate)
protected void doHealthCheck(Health.Builder builder) throws java.lang.Exception
AbstractHealthIndicatordoHealthCheck 在类中 AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsjava.lang.Exception - any Exception that should create a Status.DOWN
system status.