BatchConfig

Configuration settings for batching.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum amount of time (in milliseconds) that an outgoing call waits for other calls with which it batches messages of the same type. The higher the setting, the longer the latency of the batched HTTP Action will be.

Link copied to clipboard

The maximum number of messages that are batched together in a single action execution.

Link copied to clipboard

Maximum size of a message batch, in bytes.

Functions

Link copied to clipboard
inline fun copy(block: BatchConfig.Builder.() -> Unit = {}): BatchConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String