public class ScriptJobHandler extends JobHandler<String>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ScriptJobHandler.ScriptParam |
static class |
ScriptJobHandler.ScriptType |
log| 构造器和说明 |
|---|
ScriptJobHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<String> |
execute(ExecutingTask executingTask,
Checkpoint checkpoint)
Executes task
|
destroy, init, isStopped, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsplitpublic Result<String> execute(ExecutingTask executingTask, Checkpoint checkpoint) throws Exception
TaskExecutorexecute 在类中 TaskExecutor<String>executingTask - the executing taskcheckpoint - the checkpointException - if execute failedCopyright © 2023. All rights reserved.