channel

suspend fun channel(name: String, block: suspend ChannelResourceBuilder.() -> Unit): Channel

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Channel.


fun channel(name: String): Channel

See also

Parameters

name

The unique name of the resulting resource.