spring启动云sns推送通知
spring boot cloud sns push notification
我想使用 AWS 将 "mobile push notifications" 发送到 ios/android 台设备。我可以使用亚马逊提供的示例来执行此操作:
http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePushAPNSAPI.html
但是,我当前的构建堆栈基于 Spring Boot,并且更愿意使用 Spring Cloud AWS。我看到它目前支持 pub/sub 基于主题的消息传递,但不支持发送 "mobile push notifications"。
我这样说对吗?
Cloud AWS Spring 会支持 "mobile push notifications" over sns 吗?我相信 Spring 提供这个并不难!
我的后备计划是将 "amazons sample code" 包装到 Spring 中并使用它。这是明智的做法吗?
希望有人能回答这些问题或他们可以指出的任何示例代码。
问候
通用
如果您在 @Component class 中配置 Spring Cloud AWS Messaging then you could @Autowire the AmazonSNS。
我想使用 AWS 将 "mobile push notifications" 发送到 ios/android 台设备。我可以使用亚马逊提供的示例来执行此操作:
http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePushAPNSAPI.html
但是,我当前的构建堆栈基于 Spring Boot,并且更愿意使用 Spring Cloud AWS。我看到它目前支持 pub/sub 基于主题的消息传递,但不支持发送 "mobile push notifications"。
我这样说对吗?
Cloud AWS Spring 会支持 "mobile push notifications" over sns 吗?我相信 Spring 提供这个并不难!
我的后备计划是将 "amazons sample code" 包装到 Spring 中并使用它。这是明智的做法吗?
希望有人能回答这些问题或他们可以指出的任何示例代码。
问候 通用
如果您在 @Component class 中配置 Spring Cloud AWS Messaging then you could @Autowire the AmazonSNS。