toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-core
/
love.forte.simbot.core.application
/
BaseApplication
Base
Application
abstract
class
BaseApplication
:
Application
(
source
)
Author
ForteScarlet
Members
Constructors
Base
Application
Link copied to clipboard
constructor
(
)
Properties
bot
Managers
Link copied to clipboard
open
override
val
botManagers
:
BotManagers
configuration
Link copied to clipboard
abstract
val
configuration
:
ApplicationConfiguration
coroutine
Context
Link copied to clipboard
abstract
override
val
coroutineContext
:
CoroutineContext
environment
Link copied to clipboard
abstract
val
environment
:
Application.Environment
event
Listener
Manager
Link copied to clipboard
abstract
val
eventListenerManager
:
EventListenerManager
logger
Link copied to clipboard
protected
abstract
val
logger
:
Logger
providers
Link copied to clipboard
abstract
val
providers
:
List
<
EventProvider
>
Functions
as
Future
Link copied to clipboard
open
fun
asFuture
(
)
:
CompletableFuture
<
Unit
>
join
Link copied to clipboard
open
suspend override
fun
join
(
)
join
Blocking
Link copied to clipboard
open
fun
joinBlocking
(
)
shutdown
Link copied to clipboard
open
suspend override
fun
shutdown
(
reason
:
Throwable
?
)
shutdown
Async
Link copied to clipboard
open
fun
shutdownAsync
(
reason
:
Throwable
?
)
:
CompletableFuture
<
Unit
>
shutdown
Blocking
Link copied to clipboard
open
fun
shutdownBlocking
(
)
open
fun
shutdownBlocking
(
reason
:
Throwable
?
)
stop
All
Link copied to clipboard
protected
open
suspend
fun
stopAll
(
reason
:
Throwable
?
)