JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Cloud AWS
io.awspring.cloud.sns.annotation.handlers
NotificationMessage
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface NotificationMessage
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
NotificationMessage
Annotation that is used to map SNS notification value to a variable that is annotated. Used in Controllers method for handling/receiving SNS notifications.
Author:
Alain Sahli