Uses of Interface
io.camunda.zeebe.qa.util.cluster.TestGateway
Packages that use TestGateway
-
Uses of TestGateway in io.camunda.zeebe.qa.util.actuator
Methods in io.camunda.zeebe.qa.util.actuator with parameters of type TestGatewayModifier and TypeMethodDescriptionstatic GatewayHealthActuatorGatewayHealthActuator.of(TestGateway<?> node) Returns aGatewayHealthActuatorinstance using the given node as upstream. -
Uses of TestGateway in io.camunda.zeebe.qa.util.cluster
Classes in io.camunda.zeebe.qa.util.cluster with type parameters of type TestGatewayModifier and TypeInterfaceDescriptioninterfaceTestGateway<T extends TestGateway<T>>Represents a Zeebe gateway, either standalone or embedded.Classes in io.camunda.zeebe.qa.util.cluster that implement TestGatewayModifier and TypeClassDescriptionfinal classRepresents an instance of theStandaloneBrokerSpring application.final classEncapsulates an instance of theStandaloneGatewaySpring application.Methods in io.camunda.zeebe.qa.util.cluster that return TestGatewayModifier and TypeMethodDescriptionTestGateway<?> TestCluster.anyGateway()Returns the first gateway which is running.TestGateway<?> TestCluster.availableGateway()Returns the first gateway which can accept requests from a Zeebe client.Method parameters in io.camunda.zeebe.qa.util.cluster with type arguments of type TestGatewayModifier and TypeMethodDescriptionTestClusterBuilder.withGatewayConfig(BiConsumer<MemberId, TestGateway<?>> modifier) Sets the configuration function that will be executed in theTestClusterBuilder.build()method on each gateway (including embedded gateways).TestClusterBuilder.withGatewayConfig(Consumer<TestGateway<?>> modifier) Sets the configuration function that will be executed in theTestClusterBuilder.build()method on each gateway (including embedded gateways).