Class BatchClusterHealthIndicator

java.lang.Object
io.github.jchejarla.springbatch.clustering.actuate.BatchClusterHealthIndicator
All Implemented Interfaces:
org.springframework.boot.health.contributor.HealthContributor, org.springframework.boot.health.contributor.HealthIndicator

@ConditionalOnEnabledHealthIndicator("BatchCluster") public class BatchClusterHealthIndicator extends Object implements org.springframework.boot.health.contributor.HealthIndicator
Spring Boot HealthIndicator reporting overall batch-cluster health (such as node liveness) under /actuator/health.
  • Constructor Details

    • BatchClusterHealthIndicator

      public BatchClusterHealthIndicator()
  • Method Details

    • health

      public org.springframework.boot.health.contributor.Health health()
      Specified by:
      health in interface org.springframework.boot.health.contributor.HealthIndicator