Class AbstractFlociService
java.lang.Object
io.micronaut.testresources.aws.AbstractAwsEndpointService<io.floci.testcontainers.FlociContainer>
io.micronaut.testresources.floci.AbstractFlociService
- All Implemented Interfaces:
AwsEmulatorService<io.floci.testcontainers.FlociContainer>, FlociService
- Direct Known Subclasses:
FlociDynamoDBService, FlociS3Service, FlociSNSService, FlociSQSService
@Internal
public abstract class AbstractFlociService
extends AbstractAwsEndpointService<io.floci.testcontainers.FlociContainer>
implements FlociService
Base implementation for Floci services which expose one endpoint override.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFlociService(String serviceKind, String endpointProperty) -
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
-
AbstractFlociService
-