includedService

abstract fun includedService(uuid: UUID, service: LocalService.DSL.() -> Unit)

Includes a LocalService in the service being built. The included service is configured with the same DSL and may include further services, to any depth.

Parameters

uuid

the UUID of the LocalService to include

service

the DSL to use to set up the included LocalService


open fun includedService(uuidString: String, service: LocalService.DSL.() -> Unit)

Includes a LocalService in the service being built

Parameters

uuidString

string of the UUID of the LocalService to include

service

the DSL to use to set up the included LocalService

Throws