Uses of Interface
org.flowable.spring.job.service.SpringRejectedJobsHandler
Packages that use SpringRejectedJobsHandler
-
Uses of SpringRejectedJobsHandler in org.flowable.spring.job.service
Classes in org.flowable.spring.job.service that implement SpringRejectedJobsHandlerFields in org.flowable.spring.job.service declared as SpringRejectedJobsHandlerModifier and TypeFieldDescriptionprotected SpringRejectedJobsHandler
SpringAsyncExecutor.rejectedJobsHandler
Methods in org.flowable.spring.job.service that return SpringRejectedJobsHandlerMethods in org.flowable.spring.job.service with parameters of type SpringRejectedJobsHandlerModifier and TypeMethodDescriptionvoid
SpringAsyncExecutor.setRejectedJobsHandler
(SpringRejectedJobsHandler rejectedJobsHandler) SpringRejectedJobsHandler
implementation that will be used when jobs were rejected by the task executor.