Uses of Class
io.fluxzero.common.RetryStatus
Packages that use RetryStatus
-
Uses of RetryStatus in io.fluxzero.common
Methods in io.fluxzero.common that return RetryStatusModifier and TypeMethodDescriptionRetryStatus.afterRetry(Throwable exception) Produces a newRetryStatusbased on this one, incrementing the retry count and updating the exception.Methods in io.fluxzero.common with parameters of type RetryStatusModifier and TypeMethodDescriptionRetryConfiguration.resolveDelay(RetryStatus status) Resolves the delay duration for the next retry attempt based on the providedRetryStatus.