剥离主播入库数据接口,删除 rabbitMQ 依赖
This commit is contained in:
@@ -15,9 +15,6 @@ import java.util.concurrent.CompletableFuture;
|
||||
*/
|
||||
public interface HostInfoService extends IService<NewHosts> {
|
||||
|
||||
public CompletableFuture<Void> saveHostInfo(List<NewHosts> newHosts);
|
||||
|
||||
public CompletableFuture<Void> processHosts(List<NewHosts> hosts);
|
||||
|
||||
List<NewHostsVO> getConditionHosts(HostInfoDTO hostInfoDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user