Uses of Enum Class
io.awspring.cloud.sqs.operations.TemplateAcknowledgementMode
Packages that use TemplateAcknowledgementMode
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of TemplateAcknowledgementMode in io.awspring.cloud.sqs.operations
Methods in io.awspring.cloud.sqs.operations that return TemplateAcknowledgementModeModifier and TypeMethodDescriptionstatic TemplateAcknowledgementModeReturns the enum constant of this class with the specified name.static TemplateAcknowledgementMode[]TemplateAcknowledgementMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.awspring.cloud.sqs.operations with parameters of type TemplateAcknowledgementModeModifier and TypeMethodDescriptionAbstractMessagingTemplate.AbstractMessagingTemplateOptions.acknowledgementMode(TemplateAcknowledgementMode defaultAcknowledgementMode) MessagingTemplateOptions.acknowledgementMode(TemplateAcknowledgementMode acknowledgementMode) Set the acknowledgement mode for this template.