Class SharedExecutorServiceAsyncExecutor

java.lang.Object
org.activiti.engine.impl.asyncexecutor.DefaultAsyncJobExecutor
org.activiti.engine.impl.asyncexecutor.multitenant.SharedExecutorServiceAsyncExecutor
All Implemented Interfaces:
AsyncExecutor, TenantAwareAsyncExecutor

public class SharedExecutorServiceAsyncExecutor extends DefaultAsyncJobExecutor implements TenantAwareAsyncExecutor
Multi tenant AsyncExecutor. For each tenant, there will be acquire threads, but only one ExecutorService will be used once the jobs are acquired.