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 Details

    • AbstractFlociService

      protected AbstractFlociService(String serviceKind, String endpointProperty)