Uses of Class
org.camunda.community.bpmndt.api.TimerEventHandler
Packages that use TimerEventHandler
-
Uses of TimerEventHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return TimerEventHandlerModifier and TypeMethodDescriptionTimerEventHandler.customize(Consumer<TimerEventHandler> customizer) Customizes the handler, using the givenConsumerfunction.TimerEventHandler.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the user timer event's waiting state.TimerEventHandler.verifyTimeDate(Consumer<LocalDateTime> timeDateConsumer) Verifies the timer event's due date, using a consumer.TimerEventHandler.verifyTimeDateExpression(Consumer<String> timeDateExpressionConsumer) Verifies that the timer event has a specific date constant or FEEL expression (see "Timer" section), using a consumer function.TimerEventHandler.verifyTimeDuration(Consumer<Duration> timeDurationConsumer) Verifies the timer event's calculated duration rounded to seconds, using a consumer.TimerEventHandler.verifyTimeDurationExpression(Consumer<String> timeDurationExpressionConsumer) Verifies that the timer event has a specific duration constant or FEEL expression (see "Timer" section), using a consumer function.Methods in org.camunda.community.bpmndt.api with parameters of type TimerEventHandlerModifier and TypeMethodDescriptionvoidTestCaseInstance.apply(long processInstanceKey, TimerEventHandler handler) Method parameters in org.camunda.community.bpmndt.api with type arguments of type TimerEventHandlerModifier and TypeMethodDescriptionTimerEventHandler.customize(Consumer<TimerEventHandler> customizer) Customizes the handler, using the givenConsumerfunction.