Package org.springframework.ai.retry


package org.springframework.ai.retry
  • Class
    Description
    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.
    RetryUtils is a utility class for configuring and handling retry operations.
    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 by application-level functionality.