@@ -158,9 +158,9 @@ public static <R> List<R> batchProcessor(final SQSEvent event,
158
158
* </p>
159
159
*
160
160
* <p>
161
- * If you want certain exceptions to be treated as permanent failures, i.e. exceptions which are not worth retrying and
162
- * want such message should be moved to configured dead letter queue of the source SQS queue, you can use
163
- * {@link SqsBatch# nonRetryableExceptions()} to configure such exceptions.
161
+ * If you want certain exceptions to be treated as permanent failures, i.e. exceptions where the result of retrying will
162
+ * always be a failure and want such message should be moved to configured dead letter queue of the source SQS queue, you
163
+ * can use nonRetryableExceptions parameter to configure such exceptions.
164
164
*
165
165
* If there is no DLQ configured on source SQS queue and {@link SqsBatch#nonRetryableExceptions()} attribute is set, if
166
166
* nonRetryableExceptions occurs from {@link SqsMessageHandler}, such exceptions will still be treated as temporary
@@ -244,9 +244,9 @@ public static <R> List<R> batchProcessor(final SQSEvent event,
244
244
* </p>
245
245
*
246
246
* <p>
247
- * If you want certain exceptions to be treated as permanent failures, i.e. exceptions which are not worth retrying and
248
- * want such message should be moved to configured dead letter queue of the source SQS queue, you can use
249
- * {@link SqsBatch# nonRetryableExceptions()} to configure such exceptions.
247
+ * If you want certain exceptions to be treated as permanent failures, i.e. exceptions where the result of retrying will
248
+ * always be a failure and want such message should be moved to configured dead letter queue of the source SQS queue, you
249
+ * can use nonRetryableExceptions parameter to configure such exceptions.
250
250
*
251
251
* If there is no DLQ configured on source SQS queue and {@link SqsBatch#nonRetryableExceptions()} attribute is set, if
252
252
* nonRetryableExceptions occurs from {@link SqsMessageHandler}, such exceptions will still be treated as temporary
@@ -300,10 +300,10 @@ public static <R> List<R> batchProcessor(final SQSEvent event,
300
300
* </p>
301
301
*
302
302
* <p>
303
- * If you want certain exceptions to be treated as permanent failures, i.e. exceptions which are not worth retrying and
304
- * want such message should be moved to configured dead letter queue of the source SQS queue, you can use
305
- * {@link SqsBatch# nonRetryableExceptions()} to configure such exceptions. If you want such messages to be deleted
306
- * instead, set deleteNonRetryableMessageFromQueue to true.
303
+ * If you want certain exceptions to be treated as permanent failures, i.e. exceptions where the result of retrying will
304
+ * always be a failure and want such message should be moved to configured dead letter queue of the source SQS queue, you
305
+ * can use nonRetryableExceptions parameter to configure such exceptions.
306
+ * If you want such messages to be deleted instead, set deleteNonRetryableMessageFromQueue to true.
307
307
*
308
308
* If there is no DLQ configured on source SQS queue and {@link SqsBatch#nonRetryableExceptions()} attribute is set, if
309
309
* nonRetryableExceptions occurs from {@link SqsMessageHandler}, such exceptions will still be treated as temporary
@@ -393,9 +393,9 @@ public static <R> List<R> batchProcessor(final SQSEvent event,
393
393
* </p>
394
394
*
395
395
* <p>
396
- * If you want certain exceptions to be treated as permanent failures, i.e. exceptions which are not worth retrying and
397
- * want such message should be moved to configured dead letter queue of the source SQS queue, you can use
398
- * {@link SqsBatch# nonRetryableExceptions()} to configure such exceptions.
396
+ * If you want certain exceptions to be treated as permanent failures, i.e. exceptions where the result of retrying will
397
+ * always be a failure and want such message should be moved to configured dead letter queue of the source SQS queue, you
398
+ * can use nonRetryableExceptions parameter to configure such exceptions.
399
399
*
400
400
* If there is no DLQ configured on source SQS queue and {@link SqsBatch#nonRetryableExceptions()} attribute is set, if
401
401
* nonRetryableExceptions occurs from {@link SqsMessageHandler}, such exceptions will still be treated as temporary
0 commit comments