RuleRetryPolicy

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard