Uses of Class
org.camunda.community.bpmndt.api.JobHandler
Packages that use JobHandler
-
Uses of JobHandler in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return JobHandlerModifier and TypeMethodDescriptionprotected JobHandlerMultiInstanceHandler.createHandlerAfter(int loopIndex) Creates a new job handler for the asynchronous continuation after the activity.protected JobHandlerMultiInstanceHandler.createHandlerBefore(int loopIndex) Creates a new job handler for the asynchronous continuation before the activity.JobHandler.customize(Consumer<JobHandler> customizer) Customizes the handler, using the givenConsumerfunction.protected JobHandlerMultiInstanceHandler.getHandlerAfter(int loopIndex) protected JobHandlerMultiInstanceHandler.getHandlerBefore(int loopIndex) MultiInstanceHandler.handleAfter()Returns the default job handler for the asynchronous continuation after the activity, which is used when for a multi instance loop with a specific index no handler is defined.MultiInstanceHandler.handleAfter(int loopIndex) Returns the job handler for the asynchronous continuation after the activity, which is applied on the multi instance loop with the given index.MultiInstanceHandler.handleBefore()Returns the default job handler for the asynchronous continuation before the activity, which is used when for a multi instance loop with a specific index no handler is defined.MultiInstanceHandler.handleBefore(int loopIndex) Returns the job handler for the asynchronous continuation before the activity, which is applied on the multi instance loop with the given index.JobHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert, org.camunda.bpm.engine.test.assertions.bpmn.JobAssert> verifier) Verifies the job's waiting state.Methods in org.camunda.community.bpmndt.api with parameters of type JobHandlerMethod parameters in org.camunda.community.bpmndt.api with type arguments of type JobHandlerModifier and TypeMethodDescriptionJobHandler.customize(Consumer<JobHandler> customizer) Customizes the handler, using the givenConsumerfunction.