Class JobRunrHealthCheck
- java.lang.Object
-
- org.jobrunr.quarkus.autoconfigure.health.JobRunrHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness @ApplicationScoped public class JobRunrHealthCheck extends java.lang.Object implements org.eclipse.microprofile.health.HealthCheck
-
-
Constructor Summary
Constructors Constructor Description JobRunrHealthCheck(JobRunrConfiguration configuration, javax.enterprise.inject.Instance<org.jobrunr.server.BackgroundJobServer> backgroundJobServerInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.health.HealthCheckResponsecall()
-
-
-
Constructor Detail
-
JobRunrHealthCheck
public JobRunrHealthCheck(JobRunrConfiguration configuration, javax.enterprise.inject.Instance<org.jobrunr.server.BackgroundJobServer> backgroundJobServerInstance)
-
-