Interface ExecuteAsyncRunnableFactory
-
- All Known Implementing Classes:
TenantAwareExecuteAsyncRunnableFactory
@Internal public interface ExecuteAsyncRunnableFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.RunnablecreateExecuteAsyncRunnable(Job job, ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
-
Method Detail
-
createExecuteAsyncRunnable
java.lang.Runnable createExecuteAsyncRunnable(Job job, ProcessEngineConfigurationImpl processEngineConfiguration)
-
-