Package com.embabel.agent.spi.common
Interface RetryProperties
-
- All Implemented Interfaces:
-
com.embabel.agent.spi.common.RetryTemplateProvider
public interface RetryProperties implements RetryTemplateProvider
Extended by configuration that needs retry regarding Spring AI.
-
-
Method Summary
Modifier and Type Method Description RetryTemplateretryTemplate(String name)abstract LonggetBackoffMillis()abstract DoublegetBackoffMultiplier()abstract LonggetBackoffMaxInterval()RetryPolicygetRetryPolicy()-
-
Method Detail
-
retryTemplate
RetryTemplate retryTemplate(String name)
-
getBackoffMillis
abstract Long getBackoffMillis()
-
getBackoffMultiplier
abstract Double getBackoffMultiplier()
-
getBackoffMaxInterval
abstract Long getBackoffMaxInterval()
-
getRetryPolicy
RetryPolicy getRetryPolicy()
-
-
-
-