mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-08 07:32:11 +08:00
Update KnowStreaming Task模块简介.md
This commit is contained in:
@@ -178,7 +178,8 @@ public abstract class AbstractDispatchTask<E extends Comparable & EntifyIdInterf
|
|||||||
public TaskResult execute(JobContext jobContext) {
|
public TaskResult execute(JobContext jobContext) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
long triggerTimeUnitMs = System.currentTimeMillis();
|
long triggerTimeUnitMs = System.currentTimeMillis();
|
||||||
|
|
||||||
// 获取所有的任务
|
// 获取所有的任务
|
||||||
List<E> allTaskList = this.listAllTasks();
|
List<E> allTaskList = this.listAllTasks();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user