ConfigureDurableMessagesRequest

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

Request object containing input parameters for the NetworkDomain.configureDurableMessages command.

Constructors

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

Types

Link copied to clipboard
class Builder

A builder for ConfigureDurableMessagesRequest, which allows setting the optional parameters of the NetworkDomain.configureDurableMessages command via a lambda.

Properties

Link copied to clipboard

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

Link copied to clipboard

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