Index
All Classes and Interfaces|All Packages|Serialized Form
D
- DEFAULT_RESPONSE_ERROR_HANDLER - Static variable in class org.springframework.ai.retry.RetryUtils
-
Default ResponseErrorHandler implementation.
- DEFAULT_RETRY_TEMPLATE - Static variable in class org.springframework.ai.retry.RetryUtils
-
Default RetryTemplate with exponential backoff configuration.
E
- execute(RetryTemplate, Retryable) - Static method in class org.springframework.ai.retry.RetryUtils
-
Generic execute method to run retryable operations with the provided RetryTemplate.
N
- NonTransientAiException - Exception Class in org.springframework.ai.retry
-
Root of the hierarchy of Model access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
- NonTransientAiException(String) - Constructor for exception class org.springframework.ai.retry.NonTransientAiException
-
Constructor with message.
- NonTransientAiException(String, Throwable) - Constructor for exception class org.springframework.ai.retry.NonTransientAiException
-
Constructor with message and cause.
O
- org.springframework.ai.retry - package org.springframework.ai.retry
R
- RetryUtils - Class in org.springframework.ai.retry
-
RetryUtils is a utility class for configuring and handling retry operations.
- RetryUtils() - Constructor for class org.springframework.ai.retry.RetryUtils
S
- SHORT_RETRY_TEMPLATE - Static variable in class org.springframework.ai.retry.RetryUtils
-
Short RetryTemplate for testing scenarios.
T
- TransientAiException - Exception Class in org.springframework.ai.retry
-
Root of the hierarchy of Model access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention.
- TransientAiException(String) - Constructor for exception class org.springframework.ai.retry.TransientAiException
-
Constructor with message.
- TransientAiException(String, Throwable) - Constructor for exception class org.springframework.ai.retry.TransientAiException
-
Constructor with message and cause.
All Classes and Interfaces|All Packages|Serialized Form