DaprSubscriptionRoutes interface
Dapr PubSub Event Subscription Routes configuration.
Properties
| default | The default path to deliver events that do not match any of the rules. |
| rules | The list of Dapr PubSub Event Subscription Route Rules. |
Property Details
default
The default path to deliver events that do not match any of the rules.
default?: string
Property Value
string
rules
The list of Dapr PubSub Event Subscription Route Rules.
rules?: DaprSubscriptionRouteRule[]