Uses of Interface
io.camunda.zeebe.qa.util.cluster.TestApplication
Packages that use TestApplication
-
Uses of TestApplication in io.camunda.zeebe.qa.util.actuator
Methods in io.camunda.zeebe.qa.util.actuator with parameters of type TestApplicationModifier and TypeMethodDescriptionstatic BackupActuatorBackupActuator.of(TestApplication<?> node) Returns aBackupActuatorinstance using the given node as upstream.static BanningActuatorBanningActuator.of(TestApplication<?> node) static ClusterActuatorClusterActuator.of(TestApplication<?> node) Returns aClusterActuatorinstance using the given node as upstream.static ExportingActuatorExportingActuator.of(TestApplication<?> node) static JobStreamActuatorJobStreamActuator.of(TestApplication<?> node) Returns aJobStreamActuatorinstance using the given node as upstream.static LoggersActuatorLoggersActuator.of(TestApplication<?> node) Returns aLoggersActuatorinstance using the given node as upstream.static RebalanceActuatorRebalanceActuator.of(TestApplication<?> node) Returns aRebalanceActuatorinstance using the given node as upstream. -
Uses of TestApplication in io.camunda.zeebe.qa.util.cluster
Classes in io.camunda.zeebe.qa.util.cluster with type parameters of type TestApplicationSubinterfaces of TestApplication in io.camunda.zeebe.qa.util.clusterModifier and TypeInterfaceDescriptioninterfaceTestGateway<T extends TestGateway<T>>Represents a Zeebe gateway, either standalone or embedded.Classes in io.camunda.zeebe.qa.util.cluster that implement TestApplicationModifier and TypeClassDescriptionfinal classRepresents an instance of theRestoreAppSpring application.final classRepresents an instance of theStandaloneBrokerSpring application.final classEncapsulates an instance of theStandaloneGatewaySpring application.Methods in io.camunda.zeebe.qa.util.cluster that return types with arguments of type TestApplicationModifier and TypeMethodDescriptionTestCluster.nodes()Returns a map of all nodes in the cluster, where the keys are the member IDs (for brokers, the node ID), and the values are the nodes.Method parameters in io.camunda.zeebe.qa.util.cluster with type arguments of type TestApplicationModifier and TypeMethodDescriptionTestClusterBuilder.withNodeConfig(Consumer<TestApplication<?>> modifier) Sets the configuration function that will be executed in theTestClusterBuilder.build()method on both brokers and gateways (embedded gateways included).