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 java.lang.Object implements org.springframework.boot.actuate.health.HealthIndicator
-
-
Constructor Summary
Constructors Constructor Description JobRunrHealthIndicator(JobRunrProperties jobRunrProperties, org.springframework.beans.factory.ObjectProvider<org.jobrunr.server.BackgroundJobServer> backgroundJobServerProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.actuate.health.Healthhealth()
-
-
-
Constructor Detail
-
JobRunrHealthIndicator
public JobRunrHealthIndicator(JobRunrProperties jobRunrProperties, org.springframework.beans.factory.ObjectProvider<org.jobrunr.server.BackgroundJobServer> backgroundJobServerProvider)
-
-