includedService

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

Includes a LocalService to the service being built

Parameters

uuid

the UUID of the LocalService to include

service

the LocalService.DSL.Secondary to use to set up the included LocalService


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

Includes a LocalService to the service being built

Parameters

uuidString

string of the UUID of the LocalService to include

service

the LocalService.DSL.Secondary to use to set up the included LocalService

Throws

UUIDException

if uuidString is not a valid UUID