Uses of Package
io.awspring.cloud.sqs.listener.backpressure
Packages that use io.awspring.cloud.sqs.listener.backpressure
Package
Description
Components for executing the flow of messages to and from a message listener.
Components that provide message instances to be processed.
-
Classes in io.awspring.cloud.sqs.listener.backpressure used by io.awspring.cloud.sqs.listenerClassDescriptionAbstraction to handle backpressure within a
PollingMessageSource.Factory interface for creatingBackPressureHandlerinstances to manage queue consumption backpressure. -
Classes in io.awspring.cloud.sqs.listener.backpressure used by io.awspring.cloud.sqs.listener.backpressureClassDescriptionAbstraction to handle backpressure within a
PollingMessageSource.Factory interface for creatingBackPressureHandlerinstances to manage queue consumption backpressure.BackPressureHandlerspecialization that allows requesting batches.CompositeBackPressureHandlerimplementation that delegates the back-pressure handling to a list ofBackPressureHandlers.A blockingBackPressureHandlerthat limits concurrency using aSemaphore.Non-blockingBackPressureHandlerimplementation that ensures the exact batch size is requested.Deprecated.Deprecated.A non-blockingBackPressureHandlerthat dynamically switches between high- and low-throughput modes to optimize polling behavior based on recent message availability. -
Classes in io.awspring.cloud.sqs.listener.backpressure used by io.awspring.cloud.sqs.listener.source