Class LocalStackSNSService
java.lang.Object
io.micronaut.testresources.aws.AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
io.micronaut.testresources.localstack.sns.LocalStackSNSService
- All Implemented Interfaces:
AwsEmulatorService<org.testcontainers.localstack.LocalStackContainer>, LocalStackService
public class LocalStackSNSService
extends AbstractAwsEndpointService<org.testcontainers.localstack.LocalStackContainer>
implements LocalStackService
Adds support for Localstack SNS.
-
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
-
LocalStackSNSService
public LocalStackSNSService()
-