BatchProcessorArgs

data class BatchProcessorArgs(val batchSize: Output<Int>? = null, val timeout: Output<Int>? = null) : ConvertibleToJava<BatchProcessorArgs>

Batch processor.

Constructors

Link copied to clipboard
constructor(batchSize: Output<Int>? = null, timeout: Output<Int>? = null)

Properties

Link copied to clipboard
val batchSize: Output<Int>? = null

Size of the batch.

Link copied to clipboard
val timeout: Output<Int>? = null

Timeout in milliseconds.

Functions

Link copied to clipboard
open override fun toJava(): BatchProcessorArgs