Class PassthroughTaskRunner
java.lang.Object
de.hybris.platform.processengine.process.PassthroughTaskRunner
- All Implemented Interfaces:
TaskRunner<ProcessTaskModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(TaskService taskService, ProcessTaskModel task, Throwable error) voidrun(TaskService taskService, ProcessTaskModel task) 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
-
PassthroughTaskRunner
public PassthroughTaskRunner()
-
-
Method Details
-
run
- Specified by:
runin interfaceTaskRunner<ProcessTaskModel>- Throws:
RetryLaterException
-
handleError
- Specified by:
handleErrorin interfaceTaskRunner<ProcessTaskModel>
-