commit | author | age | ||
a18bfa | 1 | package com.codingapi.tx.datasource.service; |
Z | 2 | |
3 | import com.lorne.core.framework.utils.task.Task; | |
4 | ||
5 | ||
6 | /** | |
7 | * create by lorne on 2017/7/29 | |
8 | */ | |
9 | public interface DataSourceService { | |
10 | ||
11 | ||
12 | void schedule(String groupId, Task waitTask); | |
13 | ||
14 | ||
15 | } |