JBlockingApplicationLauncher
Application 的预处理启动器。 当执行 ApplicationLauncher.launch 时会构建并启动 Application。
See also
Functions
Link copied to clipboard
根据已经成型的配置,构建并启动一个 Application。 启动时会触发 ApplicationLaunchStage.Launch 事件线,调用所有的启动事件并集此启动所有的组件或插件。
Inherited functions
Link copied to clipboard
fun <A : Application> JBlockingApplicationLauncher<A>.toEventListener(dispatcherContext: CoroutineContext = Dispatchers.IO): ApplicationLauncher<A>