Class 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.HealthCheckResponse call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobRunrHealthCheck

        public JobRunrHealthCheck​(JobRunrConfiguration configuration,
                                  javax.enterprise.inject.Instance<org.jobrunr.server.BackgroundJobServer> backgroundJobServerInstance)
    • Method Detail

      • call

        public org.eclipse.microprofile.health.HealthCheckResponse call()
        Specified by:
        call in interface org.eclipse.microprofile.health.HealthCheck