DaprSubscriptionBulkSubscribeOptions interface
Dapr PubSub Bulk Subscription Options.
Properties
| enabled | Enable bulk subscription |
| max |
Maximum duration in milliseconds to wait before a bulk message is sent to the app. |
| max |
Maximum number of messages to deliver in a bulk message. |
Property Details
enabled
Enable bulk subscription
enabled?: boolean
Property Value
boolean
maxAwaitDurationMs
Maximum duration in milliseconds to wait before a bulk message is sent to the app.
maxAwaitDurationMs?: number
Property Value
number
maxMessagesCount
Maximum number of messages to deliver in a bulk message.
maxMessagesCount?: number
Property Value
number