Class LocalStackSQSService
java.lang.Object
io.micronaut.testresources.aws.AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
io.micronaut.testresources.localstack.sqs.LocalStackSQSService
- All Implemented Interfaces:
AwsEmulatorService<org.testcontainers.localstack.LocalStackContainer>, LocalStackService
public class LocalStackSQSService
extends AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
implements LocalStackService
Adds support for Localstack SQS.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAwsEndpointService
getResolvableProperties, getServiceKind, resolvePropertyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AwsEmulatorService
getResolvableProperties, getServiceKind, resolveProperty
-
Constructor Details
-
LocalStackSQSService
public LocalStackSQSService()
-