Interface SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.BeforeRetryConfig

Enclosing interface:
SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig

public static interface SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.BeforeRetryConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the method to call before retrying.
  • Method Details

    • methodName

      Optional<String> 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 return void.
      See Also:
      • BeforeRetry.methodName()