Package-level declarations
Types
SimbotComponentInstallProcessor 的默认行为实现
配置 SimbotComponentInstallProcessor 默认行为实现的配置类。
SimbotDispatcherProcessor 的默认实现,通过 DefaultSimbotDispatcherProcessorConfiguration 向 spring 中配置。
用户注册 SimbotDispatcherProcessor 默认行为的配置类。
SimbotEventDispatcherProcessor 的默认行为实现。
SimbotPluginInstallProcessor 的默认行为实现
配置 SimbotPluginInstallProcessor 默认行为实现的配置类。
在 starter 中的 SimbotComponentInstallProcessor 默认实现 DefaultSimbotComponentInstallProcessor 行为里对 ComponentInstaller 进行自定义处理的可扩展类型。 可以注册多个。
在 starter 中通过 ComponentInstaller 安装组件信息。 只能存在一个,默认情况下会尝试加载当前所有的 ComponentFactory (无配置注册)、可通过 SPI 自动加载的以及 SimbotComponentInstaller 并进行处理。
用于在 starter 中配置 SpringEventDispatcherConfiguration, 默认情况下注册到 spring 中生效,可注册多个。
用于在 starter 中针对 SpringEventDispatcherConfiguration 进行处理的处理器, 只能存在一个,默认情况下会加载所有的 SimbotDispatcherConfigurer 并应用他们的逻辑。
默认行为下对 EventDispatcher 的配置接口。
针对 EventDispatcher 的处理器。 默认会加载使用 SimbotEventListenerRegistrarProcessor 和所有 SimbotEventDispatcherPostConfigurer。
默认行为下对 EventListenerRegistrar 的配置接口。
针对 EventListenerRegistrar 的处理器。 默认会:
在 starter 中的 SimbotPluginInstallProcessor 默认实现 DefaultSimbotPluginInstallProcessor 行为里对 PluginInstaller 进行自定义处理的可扩展类型。 可以注册多个。
在 starter 中通过 PluginInstaller 安装插件信息。 只能存在一个,默认情况下会尝试加载当前所有的 PluginFactory (无配置注册)、可通过 SPI 自动加载的以及 SimbotPluginInstaller 并进行处理。