Uses of Class
io.awspring.cloud.sqs.listener.SqsContainerOptions
Packages that use SqsContainerOptions
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
-
Uses of SqsContainerOptions in io.awspring.cloud.sqs.config
Methods in io.awspring.cloud.sqs.config with parameters of type SqsContainerOptionsModifier and TypeMethodDescriptionprotected SqsMessageListenerContainer<T>SqsMessageListenerContainerFactory.createContainerInstance(Endpoint endpoint, SqsContainerOptions containerOptions) Method parameters in io.awspring.cloud.sqs.config with type arguments of type SqsContainerOptionsModifier and TypeMethodDescriptionSqsMessageListenerContainerFactory.Builder.containerComponentFactories(Collection<ContainerComponentFactory<T, SqsContainerOptions>> containerComponentFactories) -
Uses of SqsContainerOptions in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return types with arguments of type SqsContainerOptionsModifier and TypeMethodDescriptionprotected Collection<ContainerComponentFactory<T,SqsContainerOptions>> SqsMessageListenerContainer.createDefaultComponentFactories()Methods in io.awspring.cloud.sqs.listener with parameters of type SqsContainerOptionsModifier and TypeMethodDescriptionprotected BatchingAcknowledgementProcessor<T>StandardSqsComponentFactory.configureBatchingAcknowledgementProcessor(SqsContainerOptions options, BatchingAcknowledgementProcessor<T> processor) protected BatchingAcknowledgementProcessor<T>FifoSqsComponentFactory.configureBatchingAckProcessor(SqsContainerOptions options, BatchingAcknowledgementProcessor<T> processor) protected ImmediateAcknowledgementProcessor<T>StandardSqsComponentFactory.configureImmediateAcknowledgementProcessor(ImmediateAcknowledgementProcessor<T> processor, SqsContainerOptions options) protected ImmediateAcknowledgementProcessor<T>FifoSqsComponentFactory.configureImmediateProcessor(ImmediateAcknowledgementProcessor<T> processor, SqsContainerOptions options) FifoSqsComponentFactory.createAcknowledgementProcessor(SqsContainerOptions options) StandardSqsComponentFactory.createAcknowledgementProcessor(SqsContainerOptions options) protected ImmediateAcknowledgementProcessor<T>StandardSqsComponentFactory.createAndConfigureImmediateProcessor(SqsContainerOptions options) FifoSqsComponentFactory.createMessageSink(SqsContainerOptions options) StandardSqsComponentFactory.createMessageSink(SqsContainerOptions options) FifoSqsComponentFactory.createMessageSource(SqsContainerOptions options) StandardSqsComponentFactory.createMessageSource(SqsContainerOptions options) booleanFifoSqsComponentFactory.supports(Collection<String> queueNames, SqsContainerOptions options) booleanStandardSqsComponentFactory.supports(Collection<String> queueNames, SqsContainerOptions options) Method parameters in io.awspring.cloud.sqs.listener with type arguments of type SqsContainerOptionsModifier and TypeMethodDescriptionSqsMessageListenerContainer.Builder.componentFactories(Collection<ContainerComponentFactory<T, SqsContainerOptions>> containerComponentFactories) Constructors in io.awspring.cloud.sqs.listener with parameters of type SqsContainerOptionsModifierConstructorDescriptionSqsMessageListenerContainer(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient, SqsContainerOptions options)