RetryingQueueConfig

data class RetryingQueueConfig(val maxConcurrentOperations: Int?, val maxPendingResults: Int?, val initialBackoff: Long?, val maxBackOff: Long?) : JsonSerializable

Constructors

Link copied to clipboard
constructor(maxConcurrentOperations: Int?, maxPendingResults: Int?, initialBackoff: Long?, maxBackOff: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.