Uses of Interface
org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler
Packages that use AsyncRunnableExecutionExceptionHandler
-
Uses of AsyncRunnableExecutionExceptionHandler in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected List<AsyncRunnableExecutionExceptionHandler>JobServiceConfiguration.asyncRunnableExecutionExceptionHandlersMethods in org.flowable.job.service that return types with arguments of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionJobServiceConfiguration.getAsyncRunnableExecutionExceptionHandlers()Method parameters in org.flowable.job.service with type arguments of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionJobServiceConfiguration.setAsyncRunnableExecutionExceptionHandlers(List<AsyncRunnableExecutionExceptionHandler> asyncRunnableExecutionExceptionHandlers) -
Uses of AsyncRunnableExecutionExceptionHandler in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement AsyncRunnableExecutionExceptionHandlerModifier and TypeClassDescriptionclassclassSwallow exception for the debugger executions and add debugger breakpoint again to the suspended jobs.classFields in org.flowable.job.service.impl.asyncexecutor declared as AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected AsyncRunnableExecutionExceptionHandlerAbstractAsyncExecutor.asyncRunnableExecutionExceptionHandlerFields in org.flowable.job.service.impl.asyncexecutor with type parameters of type AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected List<AsyncRunnableExecutionExceptionHandler>ExecuteAsyncRunnable.asyncRunnableExecutionExceptionHandlersMethods in org.flowable.job.service.impl.asyncexecutor that return AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionAbstractAsyncExecutor.getAsyncRunnableExecutionExceptionHandler()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionvoidAbstractAsyncExecutor.setAsyncRunnableExecutionExceptionHandler(AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler) Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncRunnableExecutionExceptionHandlerModifierConstructorDescriptionExecuteAsyncRunnable(String jobId, JobServiceConfiguration jobServiceConfiguration, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler) ExecuteAsyncRunnable(JobInfo job, JobServiceConfiguration jobServiceConfiguration, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler)