RetryPolicy

@JsonSerializable
data class RetryPolicy(@Json(name = "MaximumEventAgeInSeconds") val maximumEventAgeInSeconds: Int?, @Json(name = "MaximumRetryAttempts") val maximumRetryAttempts: Int?)(source)

Constructors

Link copied to clipboard
constructor(@Json(name = "MaximumEventAgeInSeconds") maximumEventAgeInSeconds: Int?, @Json(name = "MaximumRetryAttempts") maximumRetryAttempts: Int?)

Properties

Link copied to clipboard
Link copied to clipboard