Interface GatewayHealthActuator

All Superinterfaces:
HealthActuator

public interface GatewayHealthActuator extends HealthActuator
Java interface for the broker's health endpoints. To instantiate this interface, you can use Feign; see of(String) as an example.

You can use one of of(String) or of(ZeebeNode) to create a new client to use for yourself.