Uses of Interface
io.awspring.cloud.sqs.listener.sink.MessageProcessingPipelineSink
Packages that use MessageProcessingPipelineSink
Package
Description
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.
-
Uses of MessageProcessingPipelineSink in io.awspring.cloud.sqs.listener.sink
Classes in io.awspring.cloud.sqs.listener.sink that implement MessageProcessingPipelineSinkModifier and TypeClassDescriptionclassBase implementation forMessageProcessingPipelineSinkcontainingSmartLifecyclefeatures and useful execution methods that can be used by subclasses.classMessageSinkimplementation 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. -
Uses of MessageProcessingPipelineSink in io.awspring.cloud.sqs.listener.sink.adapter
Classes in io.awspring.cloud.sqs.listener.sink.adapter that implement MessageProcessingPipelineSinkModifier and TypeClassDescriptionclassMessageProcessingPipelineSinkimplementation that delegates method invocations to the provided delegate.classAbstractDelegatingMessageListeningSinkAdapterimplementation that groups the received batch according to the provided grouping function and emits each sub batch to the delegate separately.classAnAbstractDelegatingMessageListeningSinkAdapterthat adds anMessageVisibilityExtendingSinkAdapter<T>.io.awspring.cloud.sqs.listener.sink.adapter.MessageVisibilityExtendingSinkAdapter.OriginalBatchMessageVisibilityExtendingInterceptorto theMessageProcessingContext.