Uses of Class
org.camunda.community.bpmndt.api.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return EventHandlerModifier and TypeMethodDescriptionEventHandler.customize(Consumer<EventHandler> customizer) Customizes the handler, using the givenConsumerfunction.EventHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert, org.camunda.bpm.engine.runtime.EventSubscription> verifier) Verifies the events's waiting state.EventHandler.withVariable(String name, Object value) Sets a variable, which is passed to the execution when the default behavior is used.EventHandler.withVariables(Map<String, Object> variables) Sets variables, which are passed to the execution when the default behavior is used.EventHandler.withVariableTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value) Sets a typed variable, which is passed to the execution when the default behavior is used.Methods in org.camunda.community.bpmndt.api with parameters of type EventHandlerMethod parameters in org.camunda.community.bpmndt.api with type arguments of type EventHandlerModifier and TypeMethodDescriptionEventHandler.customize(Consumer<EventHandler> customizer) Customizes the handler, using the givenConsumerfunction.