How to get configured retryable/skippable exceptions in jsr352

49 views Asked by At

I'd like to write some generic batch listeners to log out some useful information of all batches configured in my application. To do so I'd like to get the configured skippable/retryable exceptions from batch configuration. However I did not find any API for that. Is there a way to retrieve this configuration independant of the jsr352 implementation?

1

There are 1 answers

0
Scott Kurz On BEST ANSWER

No you won't see this or anything similar really in the specification API (so anything that did exist would be impl-specific).

The theme of separation of concerns lies behind many of the API choices, and nothing like a "job definition model" API exists in the spec.