ActionProperties

data class ActionProperties(var maxAttempts: Int? = null, var backoffMillis: Long? = null, var backoffMultiplier: Double? = null, var backoffMaxInterval: Long? = null, var idempotent: Boolean? = null)

Overrides for a single action's QoS settings.

Null values mean "use defaults" (either the configured defaults or {@link com.embabel.agent.core.ActionQos}).

Constructors

Link copied to clipboard
constructor(maxAttempts: Int? = null, backoffMillis: Long? = null, backoffMultiplier: Double? = null, backoffMaxInterval: Long? = null, idempotent: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard