Uses of Enum Class
io.awspring.cloud.sqs.listener.acknowledgement.AcknowledgementOrdering
Packages that use AcknowledgementOrdering
Package
Description
Components for executing the flow of messages to and from a message listener.
Components to process message acknowledgements.
-
Uses of AcknowledgementOrdering in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return AcknowledgementOrderingModifier and TypeMethodDescriptionAbstractContainerOptions.getAcknowledgementOrdering()ContainerOptions.getAcknowledgementOrdering()Return theAcknowledgementOrderingfor this container.Methods in io.awspring.cloud.sqs.listener with parameters of type AcknowledgementOrderingModifier and TypeMethodDescriptionAbstractContainerOptions.Builder.acknowledgementOrdering(AcknowledgementOrdering acknowledgementOrdering) ContainerOptionsBuilder.acknowledgementOrdering(AcknowledgementOrdering acknowledgementOrdering) Set theAcknowledgementOrderingfor this container. -
Uses of AcknowledgementOrdering in io.awspring.cloud.sqs.listener.acknowledgement
Methods in io.awspring.cloud.sqs.listener.acknowledgement that return AcknowledgementOrderingModifier and TypeMethodDescriptionstatic AcknowledgementOrderingReturns the enum constant of this class with the specified name.static AcknowledgementOrdering[]AcknowledgementOrdering.values()Returns an array containing the constants of this enum class, in the order they are declared.