Uses of Interface
io.smallrye.faulttolerance.api.BeforeRetryHandler
-
-
Uses of BeforeRetryHandler in io.smallrye.faulttolerance.api
Classes in io.smallrye.faulttolerance.api that implement BeforeRetryHandler Modifier and Type Class Description static classBeforeRetry.DEFAULTMethods in io.smallrye.faulttolerance.api that return types with arguments of type BeforeRetryHandler Modifier and Type Method Description Class<? extends BeforeRetryHandler>value()Specify the before retry handler class to be used.
-