Package eu.getmangos.rest.health
Class ServiceReadinessCheck
java.lang.Object
eu.getmangos.rest.health.ServiceReadinessCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped public class ServiceReadinessCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
-
Constructor Summary
Constructors Constructor Description ServiceReadinessCheck() -
Method Summary
Modifier and Type Method Description org.eclipse.microprofile.health.HealthCheckResponsecall()
-
Constructor Details
-
ServiceReadinessCheck
public ServiceReadinessCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-