WorkItemHandlerProducer
to register AsyncWorkItemHandler
in CDI environment when using deployment services (jbpm-kie-services).ExecutorService
.AsyncWorkItemHandler
that is responsible for:
completing work item in case of successful execution
attempting to handle exception (by utilizing ExceptionScope mechanism) in case of unsuccessful execution
Executor
that is baced by
ScheduledExecutorService
for background task execution.ExecutorQueryService
that is backed with JPAExecutorAdminService
backed with JPAExecutorService
that shall be used outside of CDI
environment.Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.