DaprSubscriptionBulkSubscribeOptionsResponse

data class DaprSubscriptionBulkSubscribeOptionsResponse(val enabled: Boolean? = null, val maxAwaitDurationMs: Int? = null, val maxMessagesCount: Int? = null)

Dapr PubSub Bulk Subscription Options.

Constructors

constructor(enabled: Boolean? = null, maxAwaitDurationMs: Int? = null, maxMessagesCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enable bulk subscription

Link copied to clipboard
val maxAwaitDurationMs: Int? = null

Maximum duration in milliseconds to wait before a bulk message is sent to the app.

Link copied to clipboard
val maxMessagesCount: Int? = null

Maximum number of messages to deliver in a bulk message.