Class BeforeProcessingContextInterceptorExecutionStage<T>
java.lang.Object
io.awspring.cloud.sqs.listener.pipeline.AbstractBeforeProcessingInterceptorExecutionStage<T>
io.awspring.cloud.sqs.listener.pipeline.BeforeProcessingContextInterceptorExecutionStage<T>
- All Implemented Interfaces:
MessageProcessingPipeline<T>
public class BeforeProcessingContextInterceptorExecutionStage<T>
extends AbstractBeforeProcessingInterceptorExecutionStage<T>
Stage responsible for executing the
AsyncMessageInterceptors from the MessageProcessingContext before
message processing.- Since:
- 3.0
- Author:
- Tomaz Fernandes
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<AsyncMessageInterceptor<T>>getInterceptors(MessageProcessingContext<T> context) Methods inherited from class io.awspring.cloud.sqs.listener.pipeline.AbstractBeforeProcessingInterceptorExecutionStage
process, processMethods 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, processMany
-
Constructor Details
-
BeforeProcessingContextInterceptorExecutionStage
public BeforeProcessingContextInterceptorExecutionStage(MessageProcessingConfiguration<T> configuration)
-
-
Method Details
-
getInterceptors
protected Collection<AsyncMessageInterceptor<T>> getInterceptors(MessageProcessingContext<T> context) - Specified by:
getInterceptorsin classAbstractBeforeProcessingInterceptorExecutionStage<T>
-