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