public class ActionPerformableTaskRunner extends java.lang.Object implements TaskRunner<TaskModel>
| Constructor and Description |
|---|
ActionPerformableTaskRunner() |
| Modifier and Type | Method and Description |
|---|---|
protected ActionExecutionStrategy |
getExecutionStrategy() |
void |
handleError(TaskService taskService,
TaskModel task,
java.lang.Throwable error) |
void |
run(TaskService taskService,
TaskModel task) |
void |
setExecutionStrategy(ActionExecutionStrategy executionStrategy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitLoggingCtx, isLoggingSupported, stopLoggingCtxpublic void handleError(TaskService taskService, TaskModel task, java.lang.Throwable error)
handleError in interface TaskRunner<TaskModel>public void run(TaskService taskService, TaskModel task) throws RetryLaterException
run in interface TaskRunner<TaskModel>RetryLaterExceptionpublic void setExecutionStrategy(ActionExecutionStrategy executionStrategy)
protected ActionExecutionStrategy getExecutionStrategy()
Copyright © 2018 SAP SE. All Rights Reserved.