Uses of Interface
io.camunda.zeebe.qa.util.actuator.ClusterActuator
Packages that use ClusterActuator
-
Uses of ClusterActuator in io.camunda.zeebe.qa.util.actuator
Methods in io.camunda.zeebe.qa.util.actuator that return ClusterActuatorModifier and TypeMethodDescriptionstatic ClusterActuatorClusterActuator.of(TestApplication<?> node) Returns aClusterActuatorinstance using the given node as upstream.static ClusterActuatorClusterActuator.of(io.zeebe.containers.ZeebeNode<?> node) Returns aClusterActuatorinstance using the given node as upstream.static ClusterActuatorReturns aClusterActuatorinstance using the given endpoint as upstream.static ClusterActuatorReturns aClusterActuatorinstance using the given address as upstream. -
Uses of ClusterActuator in io.camunda.zeebe.qa.util.topology
Methods in io.camunda.zeebe.qa.util.topology with parameters of type ClusterActuatorModifier and TypeMethodDescriptionstatic ClusterActuatorAssertClusterActuatorAssert.assertThat(ClusterActuator actuator) Constructors in io.camunda.zeebe.qa.util.topology with parameters of type ClusterActuatorModifierConstructorDescriptionClusterActuatorAssert(ClusterActuator clusterActuator, Class<?> selfType)