Uses of Interface
org.activiti.spring.SpringRejectedJobsHandler
Packages that use SpringRejectedJobsHandler
-
Uses of SpringRejectedJobsHandler in org.activiti.spring
Classes in org.activiti.spring that implement SpringRejectedJobsHandlerFields in org.activiti.spring declared as SpringRejectedJobsHandlerModifier and TypeFieldDescriptionprotected SpringRejectedJobsHandlerSpringAsyncExecutor.rejectedJobsHandlerMethods in org.activiti.spring that return SpringRejectedJobsHandlerMethods in org.activiti.spring with parameters of type SpringRejectedJobsHandlerModifier and TypeMethodDescriptionvoidSpringAsyncExecutor.setRejectedJobsHandler(SpringRejectedJobsHandler rejectedJobsHandler) Required spring injectedSpringRejectedJobsHandlerimplementation that will be used when jobs were rejected by the task executor.Constructors in org.activiti.spring with parameters of type SpringRejectedJobsHandlerModifierConstructorDescriptionSpringAsyncExecutor(org.springframework.core.task.TaskExecutor taskExecutor, SpringRejectedJobsHandler rejectedJobsHandler)