topic

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Topic.


fun topic(name: String): Topic

See also

Parameters

name

The unique name of the resulting resource.