Package io.awspring.cloud.test.sqs
Annotation Interface AutoConfigureSqs
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureSqs
Auto-configuration imports
for typical SQS tests. Most tests should consider using
@SqsTest
rather than using this annotation directly.- Since:
- 2.4.0
- Author:
- Maciej Walkowiak
- See Also: