dapr Subscription
suspend fun daprSubscription(name: String, block: suspend DaprSubscriptionResourceBuilder.() -> Unit): DaprSubscription
Parameters
name
The unique name of the resulting resource.
block
Builder for DaprSubscription.
See also
Parameters
name
The unique name of the resulting resource.