Package io.awspring.cloud.sqs.config
Interface SqsListenerConfigurer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Beans implementing this interface can configure the
EndpointRegistrar instance used to process
Endpoint instances and change general settings for processing all
SqsListener annotations.- Since:
- 3.0
- Author:
- Tomaz Fernandes
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(EndpointRegistrar registrar) Configures theEndpointRegistrarinstance that will handle theEndpointinstances.
-
Method Details
-
configure
Configures theEndpointRegistrarinstance that will handle theEndpointinstances.- Parameters:
registrar- the registrar instance.
-