Uses of Interface
io.awspring.cloud.sqs.listener.source.MessageSource
Packages that use MessageSource
Package
Description
Components for executing the flow of messages to and from a message listener.
Components that provide message instances to be processed.
-
Uses of MessageSource in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return MessageSourceModifier and TypeMethodDescriptionprotected MessageSource<T>AbstractPipelineMessageListenerContainer.createMessageSource(String queueName, int index, ContainerComponentFactory<T, O> componentFactory) ContainerComponentFactory.createMessageSource(O options) Create aMessageSourceinstance.FifoSqsComponentFactory.createMessageSource(SqsContainerOptions options) StandardSqsComponentFactory.createMessageSource(SqsContainerOptions options) Methods in io.awspring.cloud.sqs.listener that return types with arguments of type MessageSourceModifier and TypeMethodDescriptionprotected Collection<MessageSource<T>>AbstractPipelineMessageListenerContainer.createMessageSources(ContainerComponentFactory<T, O> componentFactory) Method parameters in io.awspring.cloud.sqs.listener with type arguments of type MessageSourceModifier and TypeMethodDescriptionprotected voidAbstractPipelineMessageListenerContainer.doConfigureMessageSources(Collection<MessageSource<T>> messageSources) protected voidSqsMessageListenerContainer.doConfigureMessageSources(Collection<MessageSource<T>> messageSources) -
Uses of MessageSource in io.awspring.cloud.sqs.listener.source
Subinterfaces of MessageSource in io.awspring.cloud.sqs.listener.sourceModifier and TypeInterfaceDescriptioninterfaceMessageSourcespecialization that enables processing acknowledgements for theMessageinstances through anAcknowledgementExecutorinterfaceMessageSourceextension that provides polling configurations andSmartLifecyclecapabilities.Classes in io.awspring.cloud.sqs.listener.source that implement MessageSourceModifier and TypeClassDescriptionclassAMessageSourceimplementation capable of converting messages from a Source type to a Target type.classBasePollingMessageSourceimplementation withSmartLifecyclecapabilities.classMessageSourceimplementation for polling messages from a SQS queue and converting them to messagingMessage.classAbstractSqsMessageSourceimplementation for FIFO queues.classAbstractSqsMessageSourceimplementation for standard queues.