Uses of Interface
io.awspring.cloud.sqs.listener.AsyncMessageListener
Packages that use AsyncMessageListener
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
Adapters for invoking a message listener registered by a listener annotation.
Pipeline abstraction to process messages in a container.
-
Uses of AsyncMessageListener in io.awspring.cloud.sqs.config
Methods in io.awspring.cloud.sqs.config that return AsyncMessageListenerModifier and TypeMethodDescriptionprotected <T> AsyncMessageListener<T>AbstractEndpoint.createAsyncMessageListenerInstance(InvocableHandlerMethod handlerMethod) Methods in io.awspring.cloud.sqs.config with parameters of type AsyncMessageListenerModifier and TypeMethodDescriptionSqsMessageListenerContainerFactory.Builder.asyncMessageListener(AsyncMessageListener<T> asyncMessageListener) voidAbstractMessageListenerContainerFactory.setAsyncMessageListener(AsyncMessageListener<T> messageListener) Set theAsyncMessageListenerinstance to be used by containers created with this factory. -
Uses of AsyncMessageListener in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return AsyncMessageListenerModifier and TypeMethodDescriptionstatic <T> AsyncMessageListener<T>AsyncComponentAdapters.adapt(MessageListener<T> messageListener) Adapt the providedMessageListenerto anAsyncMessageListenerAbstractMessageListenerContainer.getMessageListener()Return theAsyncMessageListenerinstance used by this container.Methods in io.awspring.cloud.sqs.listener with parameters of type AsyncMessageListenerModifier and TypeMethodDescriptionSqsMessageListenerContainer.Builder.asyncMessageListener(AsyncMessageListener<T> asyncMessageListener) voidAbstractMessageListenerContainer.setAsyncMessageListener(AsyncMessageListener<T> asyncMessageListener) voidMessageListenerContainer.setAsyncMessageListener(AsyncMessageListener<T> asyncMessageListener) Set the listener to be used to receive messages. -
Uses of AsyncMessageListener in io.awspring.cloud.sqs.listener.adapter
Classes in io.awspring.cloud.sqs.listener.adapter that implement AsyncMessageListenerModifier and TypeClassDescriptionclassAsyncMessageListenerimplementation to handle a message by invoking a method handler. -
Uses of AsyncMessageListener in io.awspring.cloud.sqs.listener.pipeline
Methods in io.awspring.cloud.sqs.listener.pipeline that return AsyncMessageListenerMethods in io.awspring.cloud.sqs.listener.pipeline with parameters of type AsyncMessageListenerModifier and TypeMethodDescriptionMessageProcessingConfiguration.Builder.messageListener(AsyncMessageListener<T> messageListener)