Package io.awspring.cloud.sqs.listener.pipeline
@NonNullApi
@NonNullFields
package io.awspring.cloud.sqs.listener.pipeline
Pipeline abstraction to process messages in a container.
-
ClassDescriptionStage responsible for executing the
AsyncMessageInterceptors after message processing.Stage responsible for executing theAsyncMessageInterceptors before message processing.Stage responsible for executing theAcknowledgementHandler.Stage responsible for executing theAsyncMessageInterceptorinstances from theMessageProcessingContextafter message processing.Stage responsible for executing theAsyncMessageInterceptors after message processing.Stage responsible for executing theAsyncMessageInterceptors from theMessageProcessingContextbefore message processing.Stage responsible for executing theAsyncMessageInterceptors before message processing.Stage responsible for executing theAsyncErrorHandlerafter a failedMessageListenerexecution.Stage responsible for executing theAsyncMessageListener.Holds the components that will be used on theMessageProcessingPipeline.Represents a stage in the processing pipeline that will be used to processMessageinstances.Entrypoint for constructing aMessageProcessingPipelineMessageProcessingPipelineBuilder.ComposingMessagePipelineStage.