Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.startup
/
love.yinlin.foundation
/
AsyncStartupFactory
Async
Startup
Factory
abstract
class
AsyncStartupFactory
<
S
:
Startup
>
:
StartupFactory
<
S
>
Members
Constructors
Async
Startup
Factory
Link copied to clipboard
constructor
(
)
Properties
dependencies
Link copied to clipboard
open
override
val
dependencies
:
List
<
String
>
依赖
dispatcher
Link copied to clipboard
open
override
val
dispatcher
:
CoroutineContext
协程调度器
id
Link copied to clipboard
abstract
val
id
:
String
唯一ID
Functions
build
Link copied to clipboard
abstract
fun
build
(
pool
:
StartupPool
)
:
S
构建服务