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 TypeClassDescriptionclassHandles conversion of SNS notification value to a variable that is annotated withNotificationMessage.classHandles Subscription and Unsubscription events by transforming them toNotificationStatuswhich can be used to confirm Subscriptions/Subscriptions.classHandles conversion of SNS subject value to a variable that is annotated withNotificationSubject.