Uses of Package
io.awspring.cloud.sqs.listener.pipeline
Packages that use io.awspring.cloud.sqs.listener.pipeline
Package
Description
Components for executing the flow of messages to and from a message listener.
Pipeline abstraction to process messages in a container.
Components to handle the flow of messages from a Source to a Pipeline.
Composable message sink adapters to add behavior to sinks via a decorator pattern.
-
Classes in io.awspring.cloud.sqs.listener.pipeline used by io.awspring.cloud.sqs.listenerClassDescriptionRepresents a stage in the processing pipeline that will be used to process
Messageinstances. -
Classes in io.awspring.cloud.sqs.listener.pipeline used by io.awspring.cloud.sqs.listener.pipelineClassDescriptionStage responsible for executing the
AsyncMessageInterceptors after message processing.Stage responsible for executing theAsyncMessageInterceptors before message processing.Holds the components that will be used on theMessageProcessingPipeline.Represents a stage in the processing pipeline that will be used to processMessageinstances.Entrypoint for constructing aMessageProcessingPipelineMessageProcessingPipelineBuilder.ComposingMessagePipelineStage. -
Classes in io.awspring.cloud.sqs.listener.pipeline used by io.awspring.cloud.sqs.listener.sinkClassDescriptionRepresents a stage in the processing pipeline that will be used to process
Messageinstances. -
Classes in io.awspring.cloud.sqs.listener.pipeline used by io.awspring.cloud.sqs.listener.sink.adapterClassDescriptionRepresents a stage in the processing pipeline that will be used to process
Messageinstances.