Uses of Package
io.awspring.cloud.sqs.listener.acknowledgement
Packages that use io.awspring.cloud.sqs.listener.acknowledgement
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
Components to process message acknowledgements.
Strategies for handling acknowledgements after successful and / or failed message processing.
Components that provide message instances to be processed.
Components for converting source messages to Spring messaging messages.
-
Classes in io.awspring.cloud.sqs.listener.acknowledgement used by io.awspring.cloud.sqs.configClassDescriptionProvides actions to be executed after a message acknowledgement completes with either success or failure.Provides actions to be executed after a message acknowledgement completes with either success or failure.
-
Classes in io.awspring.cloud.sqs.listener.acknowledgement used by io.awspring.cloud.sqs.listenerClassDescriptionInterface representing an acknowledgement callback to be executed, usually by a
AcknowledgementHandlerimplementation.Configures the ordering of acknowledgements.Top-level interface for a component capable of processing acknowledgements.Provides actions to be executed after a message acknowledgement completes with either success or failure.Provides actions to be executed after a message acknowledgement completes with either success or failure.AcknowledgementProcessorimplementation that adds the messages to aBlockingQueueto be acknowledged according toContainerOptions.getAcknowledgementInterval()andContainerOptions.getAcknowledgementThreshold(). -
Classes in io.awspring.cloud.sqs.listener.acknowledgement used by io.awspring.cloud.sqs.listener.acknowledgementClassDescriptionBase implementation for a
AcknowledgementProcessorwithSmartLifecyclecapabilities.Interface representing an acknowledgement callback to be executed, usually by aAcknowledgementHandlerimplementation.Allows executing acknowledgements for a batch of messages.Configures the ordering of acknowledgements.Top-level interface for a component capable of processing acknowledgements.Provides actions to be executed after a message acknowledgement completes with either success or failure.AcknowledgementProcessorspecialization that allows for delegating acknowledgement execution to aAcknowledgementExecutor. -
Classes in io.awspring.cloud.sqs.listener.acknowledgement used by io.awspring.cloud.sqs.listener.acknowledgement.handlerClassDescriptionInterface representing an acknowledgement callback to be executed, usually by a
AcknowledgementHandlerimplementation. -
Classes in io.awspring.cloud.sqs.listener.acknowledgement used by io.awspring.cloud.sqs.listener.sourceClassDescriptionInterface representing an acknowledgement callback to be executed, usually by a
AcknowledgementHandlerimplementation.Allows executing acknowledgements for a batch of messages.Top-level interface for a component capable of processing acknowledgements.Provides actions to be executed after a message acknowledgement completes with either success or failure. -
Classes in io.awspring.cloud.sqs.listener.acknowledgement used by io.awspring.cloud.sqs.support.converterClassDescriptionInterface representing an acknowledgement callback to be executed, usually by a
AcknowledgementHandlerimplementation.