EventTargetRetryPolicy

data class EventTargetRetryPolicy(val maximumEventAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null)

Constructors

Link copied to clipboard
constructor(maximumEventAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The age in seconds to continue to make retry attempts.

Link copied to clipboard

maximum number of retry attempts to make before the request fails