Package io.awspring.cloud.sqs.listener.sink
@NonNullApi
@NonNullFields
package io.awspring.cloud.sqs.listener.sink
Components to handle the flow of messages from a Source to a Pipeline.
-
ClassDescriptionBase implementation for
MessageProcessingPipelineSinkcontainingSmartLifecyclefeatures and useful execution methods that can be used by subclasses.MessageSinkimplementation that emits the whole received batch of messages to the configuredMessageProcessingPipeline.MessageProcessingPipelineSinkimplementation that executes messages from the provided batch in parallel.MessageSinkspecialization that uses aMessageProcessingPipelineas the output.MessageSink<T>Component that handles the flow ofMessages.MessageProcessingPipelineSinkimplementation that processes provided messages sequentially and in order.