Class AwsParameterStoreEnvironmentRepositoryFactory
java.lang.Object
org.springframework.cloud.config.server.environment.AwsParameterStoreEnvironmentRepositoryFactory
- All Implemented Interfaces:
EnvironmentRepositoryFactory<AwsParameterStoreEnvironmentRepository, AwsParameterStoreEnvironmentProperties>
public class AwsParameterStoreEnvironmentRepositoryFactory
extends Object
implements EnvironmentRepositoryFactory<AwsParameterStoreEnvironmentRepository, AwsParameterStoreEnvironmentProperties>
- Author:
- Iulian Antohe
-
Constructor Summary
ConstructorsConstructorDescriptionAwsParameterStoreEnvironmentRepositoryFactory(ConfigServerProperties configServerProperties) -
Method Summary
Modifier and TypeMethodDescriptionbuild(AwsParameterStoreEnvironmentProperties environmentProperties)
-
Constructor Details
-
AwsParameterStoreEnvironmentRepositoryFactory
-
-
Method Details
-
build
public AwsParameterStoreEnvironmentRepository build(AwsParameterStoreEnvironmentProperties environmentProperties) - Specified by:
buildin interfaceEnvironmentRepositoryFactory<AwsParameterStoreEnvironmentRepository, AwsParameterStoreEnvironmentProperties>
-