Interface ExecuteAsyncRunnableFactory
-
- All Known Implementing Classes:
TenantAwareExecuteAsyncRunnableFactory
public interface ExecuteAsyncRunnableFactory- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunnablecreateExecuteAsyncRunnable(JobInfo job, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Method Detail
-
createExecuteAsyncRunnable
Runnable createExecuteAsyncRunnable(JobInfo job, JobServiceConfiguration jobServiceConfiguration)
-
-