Interface SmallRyeFaultToleranceBuildTimeConfig
@ConfigMapping(prefix="quarkus.fault-tolerance")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface SmallRyeFaultToleranceBuildTimeConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionConfiguration of fault tolerance strategies; either global, per class, or per method.
-
Method Details
-
strategies
@WithParentName @ConfigDocMapKey("<identifier>") Map<String,SmallRyeFaultToleranceBuildTimeConfig.StrategiesConfig> strategies()Configuration of fault tolerance strategies; either global, per class, or per method. Keys are:global: for global configuration"<classname>": for per class configuration"<classname>/<methodname>": for per method configuration
-