Uses of Class
io.awspring.cloud.sns.handlers.webflux.WebFluxAbstractNotificationMessageHandlerMethodArgumentResolver
Packages that use WebFluxAbstractNotificationMessageHandlerMethodArgumentResolver
-
Uses of WebFluxAbstractNotificationMessageHandlerMethodArgumentResolver in io.awspring.cloud.sns.handlers.webflux
Subclasses of WebFluxAbstractNotificationMessageHandlerMethodArgumentResolver in io.awspring.cloud.sns.handlers.webfluxModifier and TypeClassDescriptionclassWebFlux argument resolver that handles conversion of SNS notification message payload to a method parameter annotated withNotificationMessage.classWebFlux 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.classWebFlux argument resolver that handles conversion of SNS notification subject value to a method parameter annotated withNotificationSubject.