Uses of Enum Class
io.awspring.cloud.sqs.listener.ListenerMode
Packages that use ListenerMode
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
-
Uses of ListenerMode in io.awspring.cloud.sqs.config
Method parameters in io.awspring.cloud.sqs.config with type arguments of type ListenerModeModifier and TypeMethodDescriptionvoidAbstractEndpoint.configureListenerMode(Consumer<ListenerMode> consumer) voidHandlerMethodEndpoint.configureListenerMode(Consumer<ListenerMode> consumer) Allows configuring theListenerModefor this endpoint. -
Uses of ListenerMode in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return ListenerModeModifier and TypeMethodDescriptionAbstractContainerOptions.getListenerMode()ContainerOptions.getListenerMode()Return theListenerModemode for this container.static ListenerModeReturns the enum constant of this class with the specified name.static ListenerMode[]ListenerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.awspring.cloud.sqs.listener with parameters of type ListenerModeModifier and TypeMethodDescriptionAbstractContainerOptions.Builder.listenerMode(ListenerMode listenerMode) ContainerOptionsBuilder.listenerMode(ListenerMode listenerMode) Set theListenerModemode for this container.