Uses of Class
io.awspring.cloud.sqs.listener.pipeline.AbstractBeforeProcessingInterceptorExecutionStage
Packages that use AbstractBeforeProcessingInterceptorExecutionStage
Package
Description
Pipeline abstraction to process messages in a container.
-
Uses of AbstractBeforeProcessingInterceptorExecutionStage in io.awspring.cloud.sqs.listener.pipeline
Subclasses of AbstractBeforeProcessingInterceptorExecutionStage in io.awspring.cloud.sqs.listener.pipelineModifier and TypeClassDescriptionclassStage responsible for executing theAsyncMessageInterceptors from theMessageProcessingContextbefore message processing.classStage responsible for executing theAsyncMessageInterceptors before message processing.