toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-core-spring-boot-starter-common
/
love.forte.simbot.spring.common.application
/
SpringApplication
Spring
Application
interface
SpringApplication
:
Application
(
source
)
使用在 Spring Starter 中的
Application
实现。 主要由内部使用。
Members
Inherited properties
bot
Managers
Link copied to clipboard
abstract
val
botManagers
:
BotManagers
components
Link copied to clipboard
abstract
val
components
:
Components
configuration
Link copied to clipboard
abstract
val
configuration
:
ApplicationConfiguration
coroutine
Context
Link copied to clipboard
abstract
override
val
coroutineContext
:
CoroutineContext
event
Dispatcher
Link copied to clipboard
abstract
val
eventDispatcher
:
EventDispatcher
is
Active
Link copied to clipboard
abstract
val
isActive
:
Boolean
is
Completed
Link copied to clipboard
abstract
val
isCompleted
:
Boolean
plugins
Link copied to clipboard
abstract
val
plugins
:
Plugins
Inherited functions
as
Future
Link copied to clipboard
open
fun
asFuture
(
)
:
CompletableFuture
<
out
Unit
>
cancel
Link copied to clipboard
open
fun
cancel
(
)
abstract
fun
cancel
(
reason
:
Throwable
?
)
join
Link copied to clipboard
abstract
suspend
fun
join
(
)
join
Blocking
Link copied to clipboard
open
fun
joinBlocking
(
)
join
Reserve
Link copied to clipboard
open
fun
joinReserve
(
)
:
SuspendReserve
<
out
Unit
>
on
Completion
Link copied to clipboard
abstract
fun
onCompletion
(
handle
:
OnCompletion
)