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