Class AfterProcessingContextInterceptorExecutionStage<T>

java.lang.Object
io.awspring.cloud.sqs.listener.pipeline.AbstractAfterProcessingInterceptorExecutionStage<T>
io.awspring.cloud.sqs.listener.pipeline.AfterProcessingContextInterceptorExecutionStage<T>
All Implemented Interfaces:
MessageProcessingPipeline<T>

public class AfterProcessingContextInterceptorExecutionStage<T> extends AbstractAfterProcessingInterceptorExecutionStage<T>
Stage responsible for executing the AsyncMessageInterceptor instances from the MessageProcessingContext after message processing.
Since:
3.0
Author:
Tomaz Fernandes