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