RetryConfigOutput

This structure contains information about the canary's retry configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of retries. The value must be less than or equal to 2.

Functions

Link copied to clipboard
inline fun copy(block: RetryConfigOutput.Builder.() -> Unit = {}): RetryConfigOutput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String