Class JobRunrHealthIndicator
java.lang.Object
org.jobrunr.spring.autoconfigure.health.JobRunrHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class JobRunrHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Constructor Summary
ConstructorsConstructorDescriptionJobRunrHealthIndicator(JobRunrProperties jobRunrProperties, org.springframework.beans.factory.ObjectProvider<org.jobrunr.server.BackgroundJobServer> backgroundJobServerProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
JobRunrHealthIndicator
public JobRunrHealthIndicator(JobRunrProperties jobRunrProperties, org.springframework.beans.factory.ObjectProvider<org.jobrunr.server.BackgroundJobServer> backgroundJobServerProvider)
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-