Skip to content

@Retryable captureException type doesn't explain what it does in the JavaDoc #11750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mikehearn opened this issue Apr 16, 2025 · 0 comments
Open

Comments

@mikehearn
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants