channel Connection
suspend fun channelConnection(name: String, block: suspend ChannelConnectionResourceBuilder.() -> Unit): ChannelConnection
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for ChannelConnection.
See also
Parameters
name
The unique name of the resulting resource.