Uses of Enum Class
io.camunda.zeebe.qa.util.cluster.TestHealthProbe
Packages that use TestHealthProbe
-
Uses of TestHealthProbe in io.camunda.zeebe.qa.util.cluster
Methods in io.camunda.zeebe.qa.util.cluster that return TestHealthProbeModifier and TypeMethodDescriptionstatic TestHealthProbeReturns the enum constant of this class with the specified name.static TestHealthProbe[]TestHealthProbe.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.qa.util.cluster with parameters of type TestHealthProbeModifier and TypeMethodDescriptiondefault TTestApplication.await(TestHealthProbe probe) Convenience method to wait for a probe for a default timeout of 30 seconds.default TTestApplication.await(TestHealthProbe probe, Duration timeout) Blocks and waits until the given health probe succeeds, or the given timeout is reached.TestCluster.await(TestHealthProbe probe) Convenience method forTestCluster.await(TestHealthProbe, Duration)with a default timeout of 1 minute per node in the cluster.TestCluster.await(TestHealthProbe probe, Duration timeout) Waits until the given probe succeeds, or until the timeout expires.default voidTestApplication.probe(TestHealthProbe probe) Probes for the given health probe; throws an exception on failure.