topic

suspend fun topic(name: String, block: suspend TopicResourceBuilder.() -> Unit): Topic

Parameters

name

The unique name of the resulting resource.

block

Builder for Topic.

See also


fun topic(name: String): Topic

Parameters

name

The unique name of the resulting resource.

See also