Uses of Class
io.smallrye.faulttolerance.core.retry.RetryEvents.Retried
-
Packages that use RetryEvents.Retried Package Description io.smallrye.faulttolerance.core.retry -
-
Uses of RetryEvents.Retried in io.smallrye.faulttolerance.core.retry
Methods in io.smallrye.faulttolerance.core.retry that return RetryEvents.Retried Modifier and Type Method Description static RetryEvents.RetriedRetryEvents.Retried. valueOf(String name)Returns the enum constant of this type with the specified name.static RetryEvents.Retried[]RetryEvents.Retried. values()Returns an array containing the constants of this enum type, in the order they are declared.
-