Interface SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.BeforeRetryConfig
- Enclosing interface:
- SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig
public static interface SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.BeforeRetryConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the method to call before retrying.
-
Method Details
-
methodName
The name of the method to call before retrying. The method belongs to the same class as the guarded method. The method must have no parameters and returnvoid.- See Also:
-
BeforeRetry.methodName()
-