Uses of Interface
io.awspring.cloud.sqs.listener.interceptor.MessageInterceptor
Packages that use MessageInterceptor
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
-
Uses of MessageInterceptor in io.awspring.cloud.sqs.config
Methods in io.awspring.cloud.sqs.config with parameters of type MessageInterceptorModifier and TypeMethodDescriptionvoidAbstractMessageListenerContainerFactory.addMessageInterceptor(MessageInterceptor<T> messageInterceptor) Add aMessageInterceptorto be used by containers created with this factory.SqsMessageListenerContainerFactory.Builder.messageInterceptor(MessageInterceptor<T> messageInterceptor) -
Uses of MessageInterceptor in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener with parameters of type MessageInterceptorModifier and TypeMethodDescriptionstatic <T> AsyncMessageInterceptor<T>AsyncComponentAdapters.adapt(MessageInterceptor<T> messageInterceptor) Adapt the providedMessageInterceptorto anAsyncMessageInterceptorvoidAbstractMessageListenerContainer.addMessageInterceptor(MessageInterceptor<T> messageInterceptor) Add a collection of interceptors that will intercept the message before processing.SqsMessageListenerContainer.Builder.messageInterceptor(MessageInterceptor<T> messageInterceptor)