Interface SmallRyeFaultToleranceConfig.StrategiesConfig.ApplyGuardConfig

Enclosing interface:
SmallRyeFaultToleranceConfig.StrategiesConfig

public static interface SmallRyeFaultToleranceConfig.StrategiesConfig.ApplyGuardConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Whether the @ApplyGuard strategy is enabled.
    The @Identifier of the Guard or TypedGuard to use on the annotated method.
  • Method Details

    • enabled

      @ConfigDocDefault("true") Optional<Boolean> enabled()
      Whether the @ApplyGuard strategy is enabled.
    • value

      Optional<String> value()
      The @Identifier of the Guard or TypedGuard to use on the annotated method.
      See Also:
      • ApplyGuard.value()