Uses of Enum Class
io.camunda.zeebe.gateway.health.Status
Packages that use Status
Package
Description
-
Uses of Status in io.camunda.zeebe.gateway
Methods in io.camunda.zeebe.gateway that return Status -
Uses of Status in io.camunda.zeebe.gateway.health
Methods in io.camunda.zeebe.gateway.health that return StatusModifier and TypeMethodDescriptionGatewayHealthManager.getStatus()This method returns the latest health status for the gateway, and is thread safe.static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.gateway.health with parameters of type Status -
Uses of Status in io.camunda.zeebe.gateway.health.impl
Methods in io.camunda.zeebe.gateway.health.impl that return StatusMethods in io.camunda.zeebe.gateway.health.impl with parameters of type Status -
Uses of Status in io.camunda.zeebe.gateway.impl
Methods in io.camunda.zeebe.gateway.impl that return types with arguments of type StatusMethod parameters in io.camunda.zeebe.gateway.impl with type arguments of type StatusModifier and TypeMethodDescriptionvoidSpringGatewayBridge.registerGatewayStatusSupplier(Supplier<Status> gatewayStatusSupplier) -
Uses of Status in io.camunda.zeebe.gateway.impl.probes.health
Constructor parameters in io.camunda.zeebe.gateway.impl.probes.health with type arguments of type StatusModifierConstructorDescriptionStartedHealthIndicator(Supplier<Optional<Status>> gatewayStatusSupplier)