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