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
/
StartupFactory
Startup
Factory
sealed
interface
StartupFactory
<
S
:
Startup
>
服务工厂
Inheritors
AsyncStartupFactory
StartupFactoryWithDependency
SyncStartupFactory
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
dependencies
Link copied to clipboard
abstract
val
dependencies
:
List
<
String
>
依赖
dispatcher
Link copied to clipboard
abstract
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
构建服务