Uses of Enum Class
org.springframework.kafka.listener.ContainerProperties.AckMode
Packages that use ContainerProperties.AckMode
-
Uses of ContainerProperties.AckMode in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener that return ContainerProperties.AckModeModifier and TypeMethodDescriptionContainerProperties.getAckMode()static ContainerProperties.AckModeReturns the enum constant of this class with the specified name.static ContainerProperties.AckMode[]ContainerProperties.AckMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.kafka.listener with parameters of type ContainerProperties.AckModeModifier and TypeMethodDescriptionvoidContainerProperties.setAckMode(ContainerProperties.AckMode ackMode) Set the ack mode to use when auto ack (in the configuration properties) is false.