InMemoryActionExecutorRegistry

基于内存 Map 的 ActionExecutorRegistry 实现。

Constructors

Link copied to clipboard
constructor(entries: Map<ActionTypeId, ActionExecutor>)

Functions

Link copied to clipboard
open override fun contains(type: ActionTypeId): Boolean

判断指定动作类型是否已注册。

Link copied to clipboard
open override fun get(type: ActionTypeId): ActionExecutor

获取指定动作类型的执行器。