Package de.hybris.platform.task.action
Class ActionPerformableTaskRunner
java.lang.Object
de.hybris.platform.task.action.ActionPerformableTaskRunner
- All Implemented Interfaces:
TaskRunner<TaskModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionExecutionStrategyvoidhandleError(TaskService taskService, TaskModel task, Throwable error) voidrun(TaskService taskService, TaskModel task) voidsetExecutionStrategy(ActionExecutionStrategy executionStrategy) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.task.TaskRunner
initLoggingCtx, isLoggingSupported, stopLoggingCtx
-
Constructor Details
-
ActionPerformableTaskRunner
public ActionPerformableTaskRunner()
-
-
Method Details
-
handleError
- Specified by:
handleErrorin interfaceTaskRunner<TaskModel>
-
run
- Specified by:
runin interfaceTaskRunner<TaskModel>- Throws:
RetryLaterException
-
setExecutionStrategy
-
getExecutionStrategy
-