Class TenantAwareExecuteAsyncRunnableFactory
java.lang.Object
org.activiti.engine.impl.asyncexecutor.multitenant.TenantAwareExecuteAsyncRunnableFactory
- All Implemented Interfaces:
ExecuteAsyncRunnableFactory
public class TenantAwareExecuteAsyncRunnableFactory
extends Object
implements ExecuteAsyncRunnableFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTenantAwareExecuteAsyncRunnableFactory(TenantInfoHolder tenantInfoHolder, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptioncreateExecuteAsyncRunnable(Job job, ProcessEngineConfigurationImpl processEngineConfiguration)
-
Field Details
-
tenantInfoHolder
-
tenantId
-
-
Constructor Details
-
TenantAwareExecuteAsyncRunnableFactory
-
-
Method Details
-
createExecuteAsyncRunnable
public Runnable createExecuteAsyncRunnable(Job job, ProcessEngineConfigurationImpl processEngineConfiguration) - Specified by:
createExecuteAsyncRunnablein interfaceExecuteAsyncRunnableFactory
-