PluginFactory

Plugin 的工厂函数,用于配置并预构建 Plugin 实例。

Parameters

P

目标组件类型

CONF

配置类型。配置类型应是一个可变类,以便于在 DSL 中进行动态配置。

See also

Inheritors

Types

Link copied to clipboard

用于 PluginFactory 在内部整合时的标识类型。

Inherited properties

Link copied to clipboard
abstract val key: PluginFactory.Key

Inherited functions

Link copied to clipboard
open fun create(context: PluginConfigureContext): P
abstract fun create(context: PluginConfigureContext, configurer: ConfigurerFunction<CONF>): P