Uses of Interface
io.camunda.zeebe.qa.util.actuator.JobStreamActuator
Packages that use JobStreamActuator
-
Uses of JobStreamActuator in io.camunda.zeebe.qa.util.actuator
Methods in io.camunda.zeebe.qa.util.actuator that return JobStreamActuatorModifier and TypeMethodDescriptionstatic JobStreamActuatorJobStreamActuator.of(TestApplication<?> node) Returns aJobStreamActuatorinstance using the given node as upstream.static JobStreamActuatorJobStreamActuator.of(io.zeebe.containers.ZeebeNode<?> node) Returns aJobStreamActuatorinstance using the given node as upstream.static JobStreamActuatorReturns aJobStreamActuatorinstance using the given endpoint as upstream. -
Uses of JobStreamActuator in io.camunda.zeebe.qa.util.jobstream
Methods in io.camunda.zeebe.qa.util.jobstream with parameters of type JobStreamActuatorModifier and TypeMethodDescriptionstatic JobStreamActuatorAssertJobStreamActuatorAssert.assertThat(JobStreamActuator actual) A convenience factory method that's consistent with AssertJ conventions.Constructors in io.camunda.zeebe.qa.util.jobstream with parameters of type JobStreamActuator