Package io.quarkus.mongodb.health
Class MongoHealthCheck
java.lang.Object
io.quarkus.mongodb.health.MongoHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
@ApplicationScoped
public class MongoHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.microprofile.health.HealthCheckResponsecall()voidconfigure(MongodbConfig config)
-
Field Details
-
CLIENT_DEFAULT
- See Also:
-
CLIENT_DEFAULT_REACTIVE
- See Also:
-
-
Constructor Details
-
MongoHealthCheck
public MongoHealthCheck()
-
-
Method Details
-
configure
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-