Package io.awspring.cloud.sqs.config
Class SqsBeanNames
java.lang.Object
io.awspring.cloud.sqs.config.SqsBeanNames
Utility class containing the bean names used for the framework's bean registration.
- Since:
- 3.0
- Author:
- Tomaz Fernandes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The bean name of theDefaultListenerContainerRegistry
registered bySqsBootstrapConfiguration
.static final String
The bean name of theSqsListenerAnnotationBeanPostProcessor
registered bySqsBootstrapConfiguration
. -
Method Summary
-
Field Details
-
ENDPOINT_REGISTRY_BEAN_NAME
The bean name of theDefaultListenerContainerRegistry
registered bySqsBootstrapConfiguration
.- See Also:
-
SQS_LISTENER_ANNOTATION_BEAN_POST_PROCESSOR_BEAN_NAME
The bean name of theSqsListenerAnnotationBeanPostProcessor
registered bySqsBootstrapConfiguration
.- See Also:
-