Package io.jans.configapi.rest.health
Class DatabaseConnectionHealthCheck
java.lang.Object
io.jans.configapi.rest.health.DatabaseConnectionHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
@ApplicationScoped
public class DatabaseConnectionHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DatabaseConnectionHealthCheck
public DatabaseConnectionHealthCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
call
in interfaceorg.eclipse.microprofile.health.HealthCheck
-