Uses of Interface
org.flowable.job.service.impl.asyncexecutor.AsyncRunnableExecutionExceptionHandler
Packages that use AsyncRunnableExecutionExceptionHandler
Package
Description
-
Uses of AsyncRunnableExecutionExceptionHandler in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected List<AsyncRunnableExecutionExceptionHandler>
CmmnEngineConfiguration.customAsyncRunnableExecutionExceptionHandlers
Methods in org.flowable.cmmn.engine that return types with arguments of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionCmmnEngineConfiguration.getCustomAsyncRunnableExecutionExceptionHandlers()
Method parameters in org.flowable.cmmn.engine with type arguments of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCustomAsyncRunnableExecutionExceptionHandlers
(List<AsyncRunnableExecutionExceptionHandler> customAsyncRunnableExecutionExceptionHandlers) -
Uses of AsyncRunnableExecutionExceptionHandler in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected List<AsyncRunnableExecutionExceptionHandler>
ProcessEngineConfigurationImpl.customAsyncRunnableExecutionExceptionHandlers
Methods in org.flowable.engine.impl.cfg that return types with arguments of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomAsyncRunnableExecutionExceptionHandlers()
Method parameters in org.flowable.engine.impl.cfg with type arguments of type AsyncRunnableExecutionExceptionHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomAsyncRunnableExecutionExceptionHandlers
(List<AsyncRunnableExecutionExceptionHandler> customAsyncRunnableExecutionExceptionHandlers) -
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.asyncRunnableExecutionExceptionHandlers
Methods 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 TypeClassDescriptionclass
class
Swallow exception for the debugger executions and add debugger breakpoint again to the suspended jobs.class
Fields in org.flowable.job.service.impl.asyncexecutor declared as AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected AsyncRunnableExecutionExceptionHandler
AbstractAsyncExecutor.asyncRunnableExecutionExceptionHandler
Fields in org.flowable.job.service.impl.asyncexecutor with type parameters of type AsyncRunnableExecutionExceptionHandlerModifier and TypeFieldDescriptionprotected List<AsyncRunnableExecutionExceptionHandler>
ExecuteAsyncRunnable.asyncRunnableExecutionExceptionHandlers
Methods 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 TypeMethodDescriptionvoid
AbstractAsyncExecutor.setAsyncRunnableExecutionExceptionHandler
(AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler) Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncRunnableExecutionExceptionHandlerModifierConstructorDescriptionExecuteAsyncRunnable
(JobInfo job, JobServiceConfiguration jobServiceConfiguration, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler)