You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaDoc for @Retryable(capturedException) says:
@return The capture exception types (defaults to RuntimeException)
which isn't helpful, as it tells you nothing beyond what the name already does. Given that there's already include/exclude control, what exactly is a "capture exception" and what is this for? The user guide doesn't inform either.
The text was updated successfully, but these errors were encountered:
The JavaDoc for
@Retryable(capturedException)
says:which isn't helpful, as it tells you nothing beyond what the name already does. Given that there's already include/exclude control, what exactly is a "capture exception" and what is this for? The user guide doesn't inform either.
The text was updated successfully, but these errors were encountered: