File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/batch/converter Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1919import 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
You can’t perform that action at this time.
0 commit comments