Uses of Enum Class
org.springframework.pulsar.listener.AckMode
Packages that use AckMode
Package
Description
Package containing the Spring Boot
AutoConfiguration for the Spring for
Apache Pulsar framework.Package containing Spring configuration classes for the framework.
Package containing listener components for receiving Pulsar messages.
-
Uses of AckMode in org.springframework.pulsar.autoconfigure
Methods in org.springframework.pulsar.autoconfigure that return AckModeMethods in org.springframework.pulsar.autoconfigure with parameters of type AckMode -
Uses of AckMode in org.springframework.pulsar.config
Methods in org.springframework.pulsar.config that return AckModeModifier and TypeMethodDescriptionAbstractPulsarListenerEndpoint.getAckMode()PulsarListenerEndpoint.getAckMode()PulsarListenerEndpointAdapter.getAckMode()Methods in org.springframework.pulsar.config with parameters of type AckModeModifier and TypeMethodDescriptionvoidAbstractPulsarListenerEndpoint.setAckMode(AckMode ackMode) -
Uses of AckMode in org.springframework.pulsar.listener
Methods in org.springframework.pulsar.listener that return AckModeModifier and TypeMethodDescriptionPulsarContainerProperties.getAckMode()static AckModeReturns the enum constant of this class with the specified name.static AckMode[]AckMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.pulsar.listener with parameters of type AckMode