文档完善

This commit is contained in:
redkale
2024-08-13 19:09:27 +08:00
parent df8fd31e75
commit 3158f9265f
3 changed files with 133 additions and 2 deletions

View File

@@ -38,5 +38,5 @@ public interface MessageManager extends Resourcable {
*
* @return topic集合
*/
public abstract CompletableFuture<List<String>> queryTopic();
public CompletableFuture<List<String>> queryTopic();
}