domain Event Subscription
suspend fun domainEventSubscription(name: String, block: suspend DomainEventSubscriptionResourceBuilder.() -> Unit): DomainEventSubscription
Parameters
name
The unique name of the resulting resource.
block
Builder for DomainEventSubscription.
See also
Parameters
name
The unique name of the resulting resource.