WaitStrategyRegistrar

命令结果注册器.

Inheritors

Functions

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

注册.

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

取消注册.