Skip to content

Commit

Permalink
replace reference to @ApplyFaultTolerance with @ApplyGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Nov 27, 2024
1 parent 2ff4fa4 commit ee81b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/howto/begin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The fault tolerance strategies present in {microprofile-fault-tolerance}, togeth

{smallrye-fault-tolerance} adds some more fault tolerance strategies and annotations:

* `@ApplyFaultTolerance`: apply a programmatically-defined guard
* `@ApplyGuard`: apply a programmatically-defined guard
* `@AsynchronousNonBlocking`: apply asynchronous fault tolerance without offloading method execution to another thread
* `@RateLimit`: limit rate of method invocations

Expand Down

0 comments on commit ee81b70

Please sign in to comment.