Skip to content

Commit 3c442c7

Browse files
GH-249 Added Javadoc for KplBackpressureException in the KplMessageHandler class level.
1 parent 186314e commit 3c442c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/org/springframework/integration/aws/outbound/KplMessageHandler.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565

6666
/**
6767
* The {@link AbstractMessageHandler} implementation for the Amazon Kinesis Producer
68-
* Library {@code putRecord(s)}.
69-
*
70-
* @exception KplBackpressureException When backpressure handling is enabled and buffer is at max capacity.
68+
* Library {@code putRecord(s)}. {@link KplBackpressureException} is thrown When backpressure handling is enabled and
69+
* buffer is at max capacity. The exceptions can be used with
70+
* {@link org.springframework.integration.handler.advice.AbstractRequestHandlerAdvice}.
7171
*
7272
* @author Arnaud Lecollaire
7373
* @author Artem Bilan
@@ -78,6 +78,7 @@
7878
* @see KinesisAsyncClient#putRecord(PutRecordRequest)
7979
* @see KinesisAsyncClient#putRecords(PutRecordsRequest)
8080
* @see com.amazonaws.handlers.AsyncHandler
81+
* @see org.springframework.integration.handler.advice.AbstractRequestHandlerAdvice
8182
*/
8283
public class KplMessageHandler extends AbstractAwsMessageHandler<Void> implements Lifecycle {
8384

0 commit comments

Comments
 (0)