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 Modifier and Type Field Description protected StringtenantIdprotected TenantInfoHoldertenantInfoHolder
-
Constructor Summary
Constructors Constructor Description TenantAwareExecuteAsyncRunnableFactory(TenantInfoHolder tenantInfoHolder, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnablecreateExecuteAsyncRunnable(Job job, ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
-
Field Detail
-
tenantInfoHolder
protected TenantInfoHolder tenantInfoHolder
-
tenantId
protected String tenantId
-
-
Constructor Detail
-
TenantAwareExecuteAsyncRunnableFactory
public TenantAwareExecuteAsyncRunnableFactory(TenantInfoHolder tenantInfoHolder, String tenantId)
-
-
Method Detail
-
createExecuteAsyncRunnable
public Runnable createExecuteAsyncRunnable(Job job, ProcessEngineConfigurationImpl processEngineConfiguration)
- Specified by:
createExecuteAsyncRunnablein interfaceExecuteAsyncRunnableFactory
-
-