Simple Robot
Toggle table of contents
4.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
Simple Robot
simbot-core-spring-boot-starter-common
/
love.forte.simbot.spring.common.application
/
SpringApplicationLauncher
Spring
Application
Launcher
interface
SpringApplicationLauncher
:
ApplicationLauncher
<
SpringApplication
>
(
source
)
Simbot Spring Boot Starter 中使用的
ApplicationLauncher
实现。
Members
Functions
launch
Link copied to clipboard
abstract
suspend
fun
launch
(
)
:
SpringApplication
launch
In
Link copied to clipboard
open
fun
launchIn
(
scope
:
CoroutineScope
)
:
Async
<
SpringApplication
>
launch
In
Global
Link copied to clipboard
open
fun
launchInGlobal
(
)
:
Async
<
SpringApplication
>