DockerProperties

data class DockerProperties(val baseUrl: String = "http://localhost:12434/engines", val maxAttempts: Int = 10, val backoffMillis: Long = 2000, val backoffMultiplier: Double = 5.0, val backoffMaxInterval: Long = 180000) : RetryProperties

Constructors

Link copied to clipboard
constructor(baseUrl: String = "http://localhost:12434/engines", maxAttempts: Int = 10, backoffMillis: Long = 2000, backoffMultiplier: Double = 5.0, backoffMaxInterval: Long = 180000)

Properties

Link copied to clipboard
open override val backoffMaxInterval: Long = 180000
Link copied to clipboard
open override val backoffMillis: Long = 2000
Link copied to clipboard
open override val backoffMultiplier: Double = 5.0
Link copied to clipboard
Link copied to clipboard
open override val maxAttempts: Int = 10
Link copied to clipboard
open val retryPolicy: <Error class: unknown class>

Functions

Link copied to clipboard
open override fun retryTemplate(name: String): <Error class: unknown class>