Package-level declarations

Types

Link copied to clipboard
class DefaultSimbotComponentInstallProcessor(autoInstallProviders: Boolean, autoInstallProviderConfigures: Boolean, factories: List<ComponentFactory<*, *>>, installers: List<SimbotComponentInstaller>) : SimbotComponentInstallProcessor

SimbotComponentInstallProcessor 的默认行为实现

配置 SimbotComponentInstallProcessor 默认行为实现的配置类。

用户注册 SimbotDispatcherProcessor 默认行为的配置类。

Link copied to clipboard
class DefaultSimbotPluginInstallProcessor(autoInstallProviders: Boolean, autoInstallProviderConfigures: Boolean, factories: List<PluginFactory<*, *>>, installers: List<SimbotPluginInstaller>) : SimbotPluginInstallProcessor

SimbotPluginInstallProcessor 的默认行为实现

配置 SimbotPluginInstallProcessor 默认行为实现的配置类。

Link copied to clipboard

在 starter 中的 SimbotComponentInstallProcessor 默认实现 DefaultSimbotComponentInstallProcessor 行为里对 ComponentInstaller 进行自定义处理的可扩展类型。 可以注册多个。

Link copied to clipboard

在 starter 中通过 ComponentInstaller 安装组件信息。 只能存在一个,默认情况下会尝试加载当前所有的 ComponentFactory (无配置注册)、可通过 SPI 自动加载的以及 SimbotComponentInstaller 并进行处理。

Link copied to clipboard

用于在 starter 中配置 SpringEventDispatcherConfiguration, 默认情况下注册到 spring 中生效,可注册多个。

Link copied to clipboard

用于在 starter 中针对 SpringEventDispatcherConfiguration 进行处理的处理器, 只能存在一个,默认情况下会加载所有的 SimbotDispatcherConfigurer 并应用他们的逻辑。

Link copied to clipboard

默认行为下对 EventDispatcher 的配置接口。

Link copied to clipboard

默认行为下对 EventListenerRegistrar 的配置接口。

Link copied to clipboard

针对 EventListenerRegistrar 的处理器。 默认会:

Link copied to clipboard

在 starter 中的 SimbotPluginInstallProcessor 默认实现 DefaultSimbotPluginInstallProcessor 行为里对 PluginInstaller 进行自定义处理的可扩展类型。 可以注册多个。

Link copied to clipboard

在 starter 中通过 PluginInstaller 安装插件信息。 只能存在一个,默认情况下会尝试加载当前所有的 PluginFactory (无配置注册)、可通过 SPI 自动加载的以及 SimbotPluginInstaller 并进行处理。

Link copied to clipboard
@Configuration(proxyBeanMethods = false)
open class SimbotSpringPropertiesConfiguration