-
-
Notifications
You must be signed in to change notification settings - Fork 368
#1568 Introduce SnsAsyncTemplate #1575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
#1568 Introduce SnsAsyncTemplate #1575
Conversation
...-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/async/PublishRequestMessagePair.java
Outdated
Show resolved
Hide resolved
spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/async/SnsResult.java
Outdated
Show resolved
Hide resolved
| * @author Gyozo Papp | ||
| * @author Matej Nedic | ||
| */ | ||
| public class SnsHeaderConverterUtil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can it be package private? (in general i don't like util classes but i don't like them even more when they are public ;))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since DefaultSnsPublishMessageConverter is in package io.awspring.cloud.sns.core.async and TopicChannel is in io.awspring.cloud.sns.core
i would have to move them to same package
# Conflicts: # spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/sns/SnsAutoConfiguration.java # spring-cloud-aws-autoconfigure/src/test/java/io/awspring/cloud/autoconfigure/sns/SnsAutoConfigurationTest.java # spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/SnsHeaderConverterUtil.java
|
Updated PR comments and resolved conflicts |
📢 Type of change
📜 Description
Introduction of SnsAsyncTemplate for async notification sending.
💡 Motivation and Context
Closes #1568
💚 How did you test it?
📝 Checklist
🔮 Next steps