Package io.awspring.cloud.sqs.listener.acknowledgement.handler
@NonNullApi
@NonNullFields
package io.awspring.cloud.sqs.listener.acknowledgement.handler
Strategies for handling acknowledgements after successful and / or failed message processing.
-
ClassDescriptionInterface for managing acknowledgement in success and failure scenarios.Configures the acknowledgement behavior for this container.
AcknowledgementHandlerimplementation that acknowledges on both success and error.AcknowledgementHandlerimplementation that never acknowledges regardless of the result.AcknowledgementHandlerimplementation that only acknowledges on success.