public static interface AgentExecutionService.ExceptionHandler
AgentExecutionService tasks.| Modifier and Type | Method and Description |
|---|---|
boolean |
process(AgentExecutionService.Task task,
Throwable throwable,
boolean willRestart)
Handles an exception thrown by AgentExecutionService task.
|
boolean process(AgentExecutionService.Task task, Throwable throwable, boolean willRestart)
task - Task that threw the exception.throwable - Exception.willRestart - True if the task will be executed again.Copyright © 2024 LSST. All rights reserved.