custom Routing Endpoint
suspend fun customRoutingEndpoint(name: String, block: suspend CustomRoutingEndpointResourceBuilder.() -> Unit): CustomRoutingEndpoint
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomRoutingEndpoint.
See also
Parameters
name
The unique name of the resulting resource.