NIMSDK-AOS  9.19.0
SFService.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.sf.service;
2 
6 
7 import java.util.List;
8 
9 public interface SFService {
10 
11  /**
12  * 批量查询群信息
13  *
14  * @param timeTag
15  * @return
16  */
18 
19 
20  /**
21  * 批量更新群信息
22  *
23  * @param tInfoList
24  */
25  AbortableFuture<Void> updateTInfoLocal(List<Team> tInfoList);
26 
27 }
可中断操作的调用跟踪接口。
AbortableFuture< Void > updateTInfoLocal(List< Team > tInfoList)
批量更新群信息
InvocationFuture< List< Team > > getTeamInfoBatch(long timeTag)
批量查询群信息
云信群组信息的数据结构。
Definition: Team.java:17