BaseQQGuildBotManager
QQ频道BOT的bot管理器。
BaseQQGuildBotManager 不允许注册相同 appId
的bot。
Note: BaseQQGuildBotManager 仅由内部继承实现使用,对外不稳定
Author
ForteScarlet
Types
Link copied to clipboard
abstract class BaseFactory<M : BaseQQGuildBotManager> : EventProviderFactory<M, QQGuildBotManagerConfiguration>
由 BaseQQGuildBotManager 的实现者提供的工厂继承使用
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <V> delayAndCompute(duration: JavaDuration, supplier: Supplier<V>): DelayableCompletableFuture<V>
open fun <V> delayAndCompute(time: Long, timeUnit: TimeUnit, supplier: Supplier<V>): DelayableCompletableFuture<V>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard