org.eclipse.smila.connectivity.queue.worker.internal.task
Interface TaskExecutionService<ConfigType>
- Type Parameters:
ConfigType - configuration type
- All Known Implementing Classes:
- AbstractTask, Process, Send
public interface TaskExecutionService<ConfigType>
The Interface Task.
execute
Id[] execute(TaskExecutionEnv env,
ConfigType config,
Id[] ids,
Operation operation)
throws TaskExecutionException
- Execute.
- Parameters:
config - the configids - the record IDsoperation - the operationenv - the env
- Returns:
- the resulting record IDs
- Throws:
TaskExecutionException - the task execution exception