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
NotificationSubject
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface NotificationSubject
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
NotificationSubject
Annotation that is used to map SNS subject value to a variable that is annotated. Used in Controllers method for handling/receiving SNS notifications.
Author:
Alain Sahli