Skip to content

@purista/dapr-sdk v2.0.5


PURISTA API / @purista/dapr-sdk / DaprPubSubType

Type Alias: DaprPubSubType

DaprPubSubType: object

Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:22

DaprPubSubType is the Type used by the Dapr API to interface with its PubSub component

Type declaration

bulkSubscribe?

optional bulkSubscribe: BulkSubscribeConfig

deadLetterTopic?

optional deadLetterTopic: string

metadata?

optional metadata: KeyValueType

pubsubname

pubsubname: string

route?

optional route: string

routes?

optional routes: DaprPubSubRouteType

topic

topic: string