DataBindingConfig

data class DataBindingConfig(val maxAttempts: Int = 10, val fixedBackoffMillis: Long = 30)

Data binding retry configuration

Constructors

Link copied to clipboard
constructor(maxAttempts: Int = 10, fixedBackoffMillis: Long = 30)

Properties

Link copied to clipboard
Link copied to clipboard
val maxAttempts: Int = 10