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