Interface BeforeRetryConfig
-
- All Superinterfaces:
Annotation,Config
- All Known Implementing Classes:
BeforeRetryConfigImpl
public interface BeforeRetryConfig extends BeforeRetry, Config
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.faulttolerance.api.BeforeRetry
BeforeRetry.DEFAULT
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidvalidate()-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
Methods inherited from interface io.smallrye.faulttolerance.api.BeforeRetry
methodName, value
-
Methods inherited from interface io.smallrye.faulttolerance.autoconfig.Config
annotationType, beanClass, isOnMethod, materialize, method
-
-