Uses of Interface
io.camunda.zeebe.qa.util.actuator.BrokerHealthActuator
Packages that use BrokerHealthActuator
-
Uses of BrokerHealthActuator in io.camunda.zeebe.qa.util.actuator
Methods in io.camunda.zeebe.qa.util.actuator that return BrokerHealthActuatorModifier and TypeMethodDescriptionstatic BrokerHealthActuatorBrokerHealthActuator.of(TestStandaloneBroker node) Returns aBrokerHealthActuatorinstance using the given node as upstream.static BrokerHealthActuatorBrokerHealthActuator.of(io.zeebe.containers.ZeebeNode<?> node) Returns aBrokerHealthActuatorinstance using the given node as upstream.static BrokerHealthActuatorReturns aBrokerHealthActuatorinstance using the given endpoint as upstream. -
Uses of BrokerHealthActuator in io.camunda.zeebe.qa.util.cluster
Methods in io.camunda.zeebe.qa.util.cluster that return BrokerHealthActuatorModifier and TypeMethodDescriptionTestStandaloneBroker.brokerHealth()Returns the health actuator for this broker.