service Registry
suspend fun serviceRegistry(name: String, block: suspend ServiceRegistryResourceBuilder.() -> Unit): ServiceRegistry
Parameters
name
The unique name of the resulting resource.
block
Builder for ServiceRegistry.
See also
Parameters
name
The unique name of the resulting resource.