DaprSubscriptionProperties interface

Dapr PubSub Event Subscription resource specific properties

Properties

bulkSubscribe

Bulk subscription options

deadLetterTopic

Deadletter topic name

metadata

Subscription metadata

pubsubName

Dapr PubSub component name

routes

Subscription routes

scopes

Application scopes to restrict the subscription to specific apps.

topic

Topic name

Property Details

bulkSubscribe

Bulk subscription options

bulkSubscribe?: DaprSubscriptionBulkSubscribeOptions

Property Value

deadLetterTopic

Deadletter topic name

deadLetterTopic?: string

Property Value

string

metadata

Subscription metadata

metadata?: Record<string, string>

Property Value

Record<string, string>

pubsubName

Dapr PubSub component name

pubsubName?: string

Property Value

string

routes

Subscription routes

routes?: DaprSubscriptionRoutes

Property Value

scopes

Application scopes to restrict the subscription to specific apps.

scopes?: string[]

Property Value

string[]

topic

Topic name

topic?: string

Property Value

string