Uses of Class
io.awspring.cloud.sqs.listener.sink.AbstractMessageProcessingPipelineSink
Packages that use AbstractMessageProcessingPipelineSink
Package
Description
Components to handle the flow of messages from a Source to a Pipeline.
-
Uses of AbstractMessageProcessingPipelineSink in io.awspring.cloud.sqs.listener.sink
Subclasses of AbstractMessageProcessingPipelineSink in io.awspring.cloud.sqs.listener.sinkModifier and TypeClassDescriptionclassMessageSinkimplementation that emits the whole received batch of messages to the configuredMessageProcessingPipeline.classMessageProcessingPipelineSinkimplementation that executes messages from the provided batch in parallel.classMessageProcessingPipelineSinkimplementation that processes provided messages sequentially and in order.