Uses of Class
io.awspring.cloud.sns.handlers.AbstractNotificationMessageHandlerMethodArgumentResolver
Packages that use AbstractNotificationMessageHandlerMethodArgumentResolver
Package
Description
Method argument handlers for SNS integration annotations from
io.awspring.cloud.sns.annotation.handlers
package.-
Uses of AbstractNotificationMessageHandlerMethodArgumentResolver in io.awspring.cloud.sns.handlers
Subclasses of AbstractNotificationMessageHandlerMethodArgumentResolver in io.awspring.cloud.sns.handlersModifier and TypeClassDescriptionclass
Handles conversion of SNS notification value to a variable that is annotated withNotificationMessage
.class
Handles Subscription and Unsubscription events by transforming them toNotificationStatus
which can be used to confirm Subscriptions/Subscriptions.class
Handles conversion of SNS subject value to a variable that is annotated withNotificationSubject
.