Uses of Interface
org.activiti.spring.SpringRejectedJobsHandler
-
Packages that use SpringRejectedJobsHandler Package Description org.activiti.spring -
-
Uses of SpringRejectedJobsHandler in org.activiti.spring
Classes in org.activiti.spring that implement SpringRejectedJobsHandler Modifier and Type Class Description classSpringCallerRunsRejectedJobsHandlerFields in org.activiti.spring declared as SpringRejectedJobsHandler Modifier and Type Field Description protected SpringRejectedJobsHandlerSpringAsyncExecutor. rejectedJobsHandlerMethods in org.activiti.spring that return SpringRejectedJobsHandler Modifier and Type Method Description SpringRejectedJobsHandlerSpringAsyncExecutor. getRejectedJobsHandler()Methods in org.activiti.spring with parameters of type SpringRejectedJobsHandler Modifier and Type Method Description voidSpringAsyncExecutor. 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 SpringRejectedJobsHandler Constructor Description SpringAsyncExecutor(org.springframework.core.task.TaskExecutor taskExecutor, SpringRejectedJobsHandler rejectedJobsHandler)
-