public class EscalationTaskRunner extends java.lang.Object implements TaskRunner<EscalationTaskModel>
| Constructor and Description |
|---|
EscalationTaskRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(TaskService taskService,
EscalationTaskModel task,
java.lang.Throwable error) |
void |
run(TaskService taskService,
EscalationTaskModel task) |
void |
setB2bEscalationService(B2BEscalationService b2bEscalationService)
Sets the b2b escalation service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitLoggingCtx, isLoggingSupported, stopLoggingCtxpublic void run(TaskService taskService, EscalationTaskModel task) throws RetryLaterException
run in interface TaskRunner<EscalationTaskModel>RetryLaterExceptionpublic void handleError(TaskService taskService, EscalationTaskModel task, java.lang.Throwable error)
handleError in interface TaskRunner<EscalationTaskModel>public void setB2bEscalationService(B2BEscalationService b2bEscalationService)
b2bEscalationService - the b2bEscalationService to setCopyright © 2018 SAP SE. All Rights Reserved.