com.codingapi.tx.datasource.service.DataSourceService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-client Show documentation
Show all versions of tx-client Show documentation
tx-client project for Spring Boot
package com.codingapi.tx.datasource.service;
import com.lorne.core.framework.utils.task.Task;
/**
* create by lorne on 2017/7/29
*/
public interface DataSourceService {
void schedule(String groupId, Task waitTask);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy