Class EndpointRegistrar

java.lang.Object
io.awspring.cloud.sqs.config.EndpointRegistrar
All Implemented Interfaces:
Aware, BeanFactoryAware, SmartInitializingSingleton

public class EndpointRegistrar extends Object implements BeanFactoryAware, SmartInitializingSingleton
Processes the registered Endpoint instances using the appropriate MessageListenerContainerFactory. Contains configurations that will be applied to all @SqsListener containers. Such configurations can be set by declaring SqsListenerConfigurer beans.
Since:
3.0
Author:
Tomaz Fernandes
See Also: