Uses of Enum Class
io.camunda.zeebe.qa.util.cluster.TestZeebePort
Packages that use TestZeebePort
-
Uses of TestZeebePort in io.camunda.zeebe.qa.util.cluster
Methods in io.camunda.zeebe.qa.util.cluster that return TestZeebePortModifier and TypeMethodDescriptionstatic TestZeebePortReturns the enum constant of this class with the specified name.static TestZeebePort[]TestZeebePort.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 TestZeebePortModifier and TypeMethodDescriptiondefault StringTestApplication.address(TestZeebePort port) Returns the address of this node for the given port.default intTestApplication.mappedPort(TestZeebePort port) Returns the actual port for the given logical port.intTestStandaloneBroker.mappedPort(TestZeebePort port) intTestStandaloneGateway.mappedPort(TestZeebePort port) default URITestApplication.uri(String scheme, TestZeebePort port, String... paths) Returns the address of this node for the given port and scheme as a URI.default URITestApplication.uri(String scheme, TestZeebePort port, SequencedCollection<String> paths) Returns the address of this node for the given port and scheme as a URI.