Uses of Interface
dev.langchain4j.internal.ExceptionMapper
Packages that use ExceptionMapper
-
Uses of ExceptionMapper in dev.langchain4j.internal
Classes in dev.langchain4j.internal that implement ExceptionMapperFields in dev.langchain4j.internal declared as ExceptionMapperMethods in dev.langchain4j.internal with parameters of type ExceptionMapperModifier and TypeMethodDescriptionstatic <T> T
RetryUtils.withRetryMappingExceptions
(Callable<T> action, int maxAttempts, ExceptionMapper exceptionMapper) This method attempts to execute a given action up to a specified number of times with a 1-second delay.