Class BatchClusterNodeHealthIndicator

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

@ConditionalOnEnabledHealthIndicator("BatchClusterNode") public class BatchClusterNodeHealthIndicator extends Object implements org.springframework.boot.health.contributor.HealthIndicator
Spring Boot HealthIndicator reporting this node's own cluster health — its current status and most recent heartbeat.
  • Constructor Details

    • BatchClusterNodeHealthIndicator

      public BatchClusterNodeHealthIndicator()
  • Method Details

    • health

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