Uses of Interface
org.awsutils.sqs.autoconfigure.SqsConfig.SqsPropertyFunc1
-
Uses of SqsConfig.SqsPropertyFunc1 in org.awsutils.sqs.autoconfigure
Methods in org.awsutils.sqs.autoconfigure that return SqsConfig.SqsPropertyFunc1Modifier and TypeMethodDescriptionSqsConfig.messagePollingIntervalPropertyPropertyFunc(org.springframework.core.env.Environment environment) Constructors in org.awsutils.sqs.autoconfigure with parameters of type SqsConfig.SqsPropertyFunc1ModifierConstructorDescriptionSqsMessageListenerInitializer(SqsMessageListenerListProperties sqsMessageListenerListProperties, SqsCommonProperties sqsCommonProperties, org.springframework.context.ApplicationContext applicationContext, SqsConfig.SqsPropertyFunc1<String, Integer> propertyFunc, org.awsutils.sqs.handler.MessageHandlerFactory messageHandlerFactory, org.awsutils.sqs.client.SqsMessageClient sqsMessageClient, software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient, software.amazon.awssdk.services.sqs.SqsClient sqsSyncClient, SqsListenerScheduleConfig schedulingConfigurer, org.springframework.core.env.Environment environment)