toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.common
/
RetryProperties
Retry
Properties
interface
RetryProperties
:
RetryTemplateProvider
Extended by configuration that needs retry regarding Spring AI.
Inheritors
AnthropicProperties
DockerProperties
OpenAiProperties
ActionQos
RankingProperties
Members
Properties
backoff
Max
Interval
Link copied to clipboard
abstract
val
backoffMaxInterval
:
Long
backoff
Millis
Link copied to clipboard
abstract
val
backoffMillis
:
Long
backoff
Multiplier
Link copied to clipboard
abstract
val
backoffMultiplier
:
Double
max
Attempts
Link copied to clipboard
abstract
val
maxAttempts
:
Int
retry
Policy
Link copied to clipboard
open
val
retryPolicy
:
<Error class: unknown class>
Functions
retry
Template
Link copied to clipboard
open
override
fun
retryTemplate
(
name
:
String
)
:
<Error class: unknown class>