Package io.awspring.cloud.sns.handlers.webflux
package io.awspring.cloud.sns.handlers.webflux
-
ClassesClassDescriptionBase class for WebFlux argument resolvers that handle SNS HTTP notification messages.WebFlux argument resolver that handles conversion of SNS notification message payload to a method parameter annotated with
NotificationMessage.WebFlux argument resolver that handles SNS subscription and unsubscription confirmation events by resolving them to aNotificationStatusinstance, which can be used to confirm or re-confirm subscriptions.WebFlux argument resolver that handles conversion of SNS notification subject value to a method parameter annotated withNotificationSubject.