Uses of Interface
org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler
-
Packages that use AsyncRunnableExecutionExceptionHandler Package Description org.flowable.job.service org.flowable.job.service.impl.asyncexecutor -
-
Uses of AsyncRunnableExecutionExceptionHandler in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type AsyncRunnableExecutionExceptionHandler Modifier and Type Field Description protected List<AsyncRunnableExecutionExceptionHandler>JobServiceConfiguration. asyncRunnableExecutionExceptionHandlersMethods in org.flowable.job.service that return types with arguments of type AsyncRunnableExecutionExceptionHandler Modifier and Type Method Description List<AsyncRunnableExecutionExceptionHandler>JobServiceConfiguration. getAsyncRunnableExecutionExceptionHandlers()Method parameters in org.flowable.job.service with type arguments of type AsyncRunnableExecutionExceptionHandler Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setAsyncRunnableExecutionExceptionHandlers(List<AsyncRunnableExecutionExceptionHandler> asyncRunnableExecutionExceptionHandlers) -
Uses of AsyncRunnableExecutionExceptionHandler in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement AsyncRunnableExecutionExceptionHandler Modifier and Type Class Description classDefaultAsyncRunnableExecutionExceptionHandlerclassDefaultDebuggerExecutionExceptionHandlerSwallow exception for the debugger executions and add debugger breakpoint again to the suspended jobs.classUnacquireAsyncHistoryJobExceptionHandlerFields in org.flowable.job.service.impl.asyncexecutor declared as AsyncRunnableExecutionExceptionHandler Modifier and Type Field Description protected AsyncRunnableExecutionExceptionHandlerAbstractAsyncExecutor. asyncRunnableExecutionExceptionHandlerFields in org.flowable.job.service.impl.asyncexecutor with type parameters of type AsyncRunnableExecutionExceptionHandler Modifier and Type Field Description protected List<AsyncRunnableExecutionExceptionHandler>ExecuteAsyncRunnable. asyncRunnableExecutionExceptionHandlersMethods in org.flowable.job.service.impl.asyncexecutor that return AsyncRunnableExecutionExceptionHandler Modifier and Type Method Description AsyncRunnableExecutionExceptionHandlerAbstractAsyncExecutor. getAsyncRunnableExecutionExceptionHandler()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncRunnableExecutionExceptionHandler Modifier and Type Method Description voidAbstractAsyncExecutor. setAsyncRunnableExecutionExceptionHandler(AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler)Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncRunnableExecutionExceptionHandler Constructor Description ExecuteAsyncRunnable(String jobId, JobServiceConfiguration jobServiceConfiguration, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler)ExecuteAsyncRunnable(JobInfo job, JobServiceConfiguration jobServiceConfiguration, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler)
-