Action Qos
data class ActionQos(val maxAttempts: Int = 5, val backoffMillis: Long = 10000, val backoffMultiplier: Double = 5.0, val backoffMaxInterval: Long = 60000, val propertyPrefix: String = "", val idempotent: Boolean = false, val delayPolicy: DelayPolicy = DelayPolicy.Inherit) : RetryProperties
Quality of service requirements for an action
Constructors
Properties
Functions
Link copied to clipboard
Spring Framework 7 template, as taken by the Spring AI 2.0 model builders. Filters on the same LlmRetryDecision as retryTemplate and reports through the same LlmRetryLogger: with no predicate core.retry replays every throwable, including a malformed request or a bad API key, and with no listener it does so without a word.
Link copied to clipboard