Class AfterProcessingInterceptorExecutionStage<T>
java.lang.Object
io.awspring.cloud.sqs.listener.pipeline.AbstractAfterProcessingInterceptorExecutionStage<T>
io.awspring.cloud.sqs.listener.pipeline.AfterProcessingInterceptorExecutionStage<T>
- All Implemented Interfaces:
MessageProcessingPipeline<T>
public class AfterProcessingInterceptorExecutionStage<T>
extends AbstractAfterProcessingInterceptorExecutionStage<T>
Stage responsible for executing the
AsyncMessageInterceptors after message processing.- Since:
- 3.0
- Author:
- Tomaz Fernandes
-
Constructor Summary
ConstructorsConstructorDescriptionAfterProcessingInterceptorExecutionStage(MessageProcessingConfiguration<T> configuration) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<AsyncMessageInterceptor<T>>getMessageInterceptors(MessageProcessingContext<T> context) Methods inherited from class io.awspring.cloud.sqs.listener.pipeline.AbstractAfterProcessingInterceptorExecutionStage
process, processManyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.awspring.cloud.sqs.listener.pipeline.MessageProcessingPipeline
process, process
-
Constructor Details
-
AfterProcessingInterceptorExecutionStage
-
-
Method Details
-
getMessageInterceptors
protected Collection<AsyncMessageInterceptor<T>> getMessageInterceptors(MessageProcessingContext<T> context) - Specified by:
getMessageInterceptorsin classAbstractAfterProcessingInterceptorExecutionStage<T>
-