RetryProperties

Extended by configuration that needs retry regarding Spring AI.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val backoffMaxInterval: Long
Link copied to clipboard
abstract val backoffMillis: Long
Link copied to clipboard
Link copied to clipboard
abstract val maxAttempts: Int
Link copied to clipboard
abstract val propertyPrefix: String

Prefix when field values are assigned via configuration.

Link copied to clipboard
open val retryPolicy: <Error class: unknown class>

Functions

Link copied to clipboard
open fun coreRetryTemplate(name: String): <Error class: unknown class>

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
open override fun retryTemplate(name: String): <Error class: unknown class>