Skip to content

Commit 1e12516

Browse files
committed
Update docs
1 parent 385b272 commit 1e12516

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/batch/converter/SnsMessageConverter.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
import software.amazon.awssdk.services.sns.model.PublishBatchRequestEntry;
2020

2121
/**
22-
* Strategy interface for converting Spring {@link Message} objects to SNS {@link PublishBatchRequestEntry}.
23-
*
24-
* Implementations of this interface handle the conversion of message payloads and headers into the format required by
25-
* SNS batch publish operations.
22+
* Converter interface for converting Spring {@link Message} objects to SNS {@link PublishBatchRequestEntry}.
2623
*
2724
* @author Matej Nedic
2825
* @since 4.0.1
@@ -31,9 +28,6 @@ public interface SnsMessageConverter {
3128

3229
/**
3330
* Converts a Spring message to an SNS batch request entry.
34-
* <p>
35-
* The conversion includes the message payload, headers, and any SNS-specific attributes such as message group ID
36-
* and deduplication ID for FIFO topics.
3731
*
3832
* @param message The Spring message to convert
3933
* @param <T> The type of the message payload

0 commit comments

Comments
 (0)