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
/
StartupFactoryWithDependency
Startup
Factory
With
Dependency
class
StartupFactoryWithDependency
<
S
:
Startup
>
(
delegate
:
StartupFactory
<
S
>
,
dependencies
:
List
<
String
>
)
:
StartupFactory
<
S
>
Members
Constructors
Startup
Factory
With
Dependency
Link copied to clipboard
constructor
(
delegate
:
StartupFactory
<
S
>
,
dependencies
:
List
<
String
>
)
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
open
override
val
id
:
String
唯一ID
Functions
build
Link copied to clipboard
open
override
fun
build
(
pool
:
StartupPool
)
:
S
构建服务
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String