Annotation Interface SnsNotificationMessage


@Retention(RUNTIME) @Target(PARAMETER) public @interface SnsNotificationMessage
Annotation that is used to map SNS notification value on an SQS Queue to a variable that is annotated. Used in Controllers method for handling/receiving SQS notifications.
Since:
3.1.1
Author:
Michael Sosa