Class AwsS3SupplierConfiguration
java.lang.Object
org.springframework.cloud.fn.supplier.s3.AwsS3SupplierConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties({AwsS3SupplierProperties.class,FileConsumerProperties.class})
public class AwsS3SupplierConfiguration
extends Object
- Author:
- Artem Bilan, David Turanski
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AwsS3SupplierProperties
protected final FileConsumerProperties
protected static final String
protected final org.springframework.integration.metadata.ConcurrentMetadataStore
protected final org.springframework.integration.aws.support.S3SessionFactory
-
Constructor Summary
ConstructorDescriptionAwsS3SupplierConfiguration
(AwsS3SupplierProperties awsS3SupplierProperties, FileConsumerProperties fileConsumerProperties, org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory, org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore) -
Method Summary
-
Field Details
-
METADATA_STORE_PREFIX
- See Also:
-
awsS3SupplierProperties
-
fileConsumerProperties
-
s3SessionFactory
protected final org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory -
metadataStore
protected final org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore
-
-
Constructor Details
-
AwsS3SupplierConfiguration
public AwsS3SupplierConfiguration(AwsS3SupplierProperties awsS3SupplierProperties, FileConsumerProperties fileConsumerProperties, org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory, org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore)
-