Class MessageListenerExecutionStage<T>

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

public class MessageListenerExecutionStage<T> extends Object implements MessageProcessingPipeline<T>
Stage responsible for executing the AsyncMessageListener.
Since:
3.0
Author:
Tomaz Fernandes