BatchProcessorResponse

data class BatchProcessorResponse(val batchSize: Int? = null, val timeout: Int? = null)

Batch processor.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null

Size of the batch.

Link copied to clipboard
val timeout: Int? = null

Timeout in milliseconds.