Uses of Class
org.awsutils.sqs.autoconfigure.SqsCommonProperties
-
Uses of SqsCommonProperties in org.awsutils.sqs.autoconfigure
Methods in org.awsutils.sqs.autoconfigure with parameters of type SqsCommonPropertiesModifier and TypeMethodDescriptionSqsConfig.commonExecutorService(SqsCommonProperties sqsCommonProperties) org.springframework.scheduling.TaskSchedulerSqsConfig.taskScheduler(SqsCommonProperties sqsCommonProperties) Constructors in org.awsutils.sqs.autoconfigure with parameters of type SqsCommonPropertiesModifierConstructorDescriptionSqsMessageListenerInitializer(SqsMessageListenerListProperties sqsMessageListenerListProperties, SqsCommonProperties sqsCommonProperties, org.springframework.context.ApplicationContext applicationContext, SqsConfig.SqsPropertyFunc1<String, Integer> propertyFunc, org.awsutils.sqs.handler.MessageHandlerFactory messageHandlerFactory, org.awsutils.sqs.client.SyncSqsMessageClient syncSqsMessageClient, software.amazon.awssdk.services.sqs.SqsClient sqsSyncClient, SqsListenerScheduleConfig schedulingConfigurer, org.springframework.core.env.Environment environment)