Uses of Interface
io.smallrye.faulttolerance.api.CustomBackoffStrategy
-
-
Uses of CustomBackoffStrategy in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return types with arguments of type CustomBackoffStrategy Modifier and Type Method Description Class<? extends CustomBackoffStrategy>value()Class of the custom backoff strategy that will be used to compute retry delays.
-