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
Properties
bulkSubscribe?
optional
bulkSubscribe:BulkSubscribeConfig
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:42
deadLetterTopic?
optional
deadLetterTopic:string
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:39
metadata?
optional
metadata:KeyValueType
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:30
pubsubname
pubsubname:
string
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:24
route?
optional
route:string
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:33
routes?
optional
routes:DaprPubSubRouteType
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:36
topic
topic:
string
Defined in: dapr-sdk/src/types/pubsub/DaprPubSub.type.ts:27