Interface SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.FallbackConfig

Enclosing interface:
SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig

public static interface SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig.FallbackConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the method to call on fallback.
  • Method Details

    • fallbackMethod

      Optional<String> fallbackMethod()
      The name of the method to call on fallback. The method belongs to the same class as the guarded method. The method must have a signature matching the signature of the guarded method.
      See Also:
      • Fallback.fallbackMethod()