Package version:

Interface DaprSubscriptionRoutes

Dapr PubSub Event Subscription Routes configuration.

interface DaprSubscriptionRoutes {
    default?: string;
    rules?: DaprSubscriptionRouteRule[];
}

Properties

Properties

default?: string

The default path to deliver events that do not match any of the rules.

The list of Dapr PubSub Event Subscription Route Rules.