ConfigureDurableMessagesParameter

@Serializable
data class ConfigureDurableMessagesParameter(val maxTotalBufferSize: Int? = null, val maxResourceBufferSize: Int? = null)

Constructors

Link copied to clipboard
constructor(maxTotalBufferSize: Int? = null, maxResourceBufferSize: Int? = null)

Properties

Link copied to clipboard

Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).

Link copied to clipboard
val maxTotalBufferSize: Int? = null

Buffer size in bytes to use when preserving network payloads (XHRs, etc).