WaitStrategyRegistrar

命令结果注册器.

Inheritors

Functions

Link copied to clipboard
abstract operator fun contains(commandId: String): Boolean
Link copied to clipboard
abstract fun get(commandId: String): WaitStrategy?
Link copied to clipboard
open fun next(signal: WaitSignal): Boolean
Link copied to clipboard
abstract fun register(commandId: String, waitStrategy: WaitStrategy): WaitStrategy?

注册.

Link copied to clipboard
abstract fun unregister(commandId: String): WaitStrategy?

取消注册.