Amount

data class Amount(val size: Int) : BatchingMode

Batch intents until size is reached after which the intents will be flushed one-by-one in the order they originally came.

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
val size: Int