Interface AwsEmulatorService<C>
- Type Parameters:
C- the container type
- All Known Subinterfaces:
FlociService, LocalStackService
- All Known Implementing Classes:
AbstractAwsEndpointService, AbstractFlociService, FlociDynamoDBService, FlociS3Service, FlociSNSService, FlociSQSService, LocalStackDynamoDBService, LocalStackS3Service, LocalStackSNSService, LocalStackSQSService
@Internal
public interface AwsEmulatorService<C>
Interface for AWS emulator service loading.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of properties that this service can configure.Returns the service kind.resolveProperty(String propertyName, C container) Resolves a property.
-
Method Details
-
getServiceKind
-
getResolvableProperties
-
resolveProperty
-