DefaultSimbotApplicationLauncherFactory
class DefaultSimbotApplicationLauncherFactory(builderPreConfigurers: List<SimbotApplicationLauncherPreConfigurer>, builderPostConfigurers: List<SimbotApplicationLauncherPostConfigurer>, applicationConfigurationProcessor: SimbotApplicationConfigurationProcessor, dispatcherProcessor: SimbotDispatcherProcessor, componentProcessor: SimbotComponentInstallProcessor, pluginProcessor: SimbotPluginInstallProcessor) : SimbotApplicationLauncherFactory(source)
Constructors
Link copied to clipboard
constructor(builderPreConfigurers: List<SimbotApplicationLauncherPreConfigurer>, builderPostConfigurers: List<SimbotApplicationLauncherPostConfigurer>, applicationConfigurationProcessor: SimbotApplicationConfigurationProcessor, dispatcherProcessor: SimbotDispatcherProcessor, componentProcessor: SimbotComponentInstallProcessor, pluginProcessor: SimbotPluginInstallProcessor)
Functions
Link copied to clipboard
根据 factory 进行处理并得到 SpringApplicationLauncher.