Package com.arassec.igor.starter.health
Class JobsHealthIndicator
- java.lang.Object
-
- com.arassec.igor.starter.health.JobsHealthIndicator
-
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
@Component public class JobsHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
Spring-Boot health indicator for job health.
-
-
Constructor Summary
Constructors Constructor Description JobsHealthIndicator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.actuate.health.Healthhealth()Examines job executions and creates a health status based on them.
-