Class ResponsiveHealthIndicator

java.lang.Object
io.camunda.zeebe.gateway.impl.probes.health.ResponsiveHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

public class ResponsiveHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
Health indicator that sends a request to the gateway to check its responsiveness. The request must yield a response within a given timeout for this health indicator to report Status.UP
  • Constructor Details

  • Method Details

    • health

      public org.springframework.boot.actuate.health.Health health()
      Specified by:
      health in interface org.springframework.boot.actuate.health.HealthIndicator
    • getZeebeClient

      public ZeebeClient getZeebeClient()