@Configuration @EnableConfigurationProperties(value={AwsS3SupplierProperties.class,FileConsumerProperties.class}) public abstract class AwsS3SupplierConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected com.amazonaws.services.s3.AmazonS3 |
amazonS3 |
protected AwsS3SupplierProperties |
awsS3SupplierProperties |
protected FileConsumerProperties |
fileConsumerProperties |
protected static String |
METADATA_STORE_PREFIX |
protected org.springframework.integration.metadata.ConcurrentMetadataStore |
metadataStore |
protected org.springframework.integration.aws.support.S3SessionFactory |
s3SessionFactory |
Constructor and Description |
---|
AwsS3SupplierConfiguration(AwsS3SupplierProperties awsS3SupplierProperties,
FileConsumerProperties fileConsumerProperties,
com.amazonaws.services.s3.AmazonS3 amazonS3,
org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory,
org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore) |
protected static final String METADATA_STORE_PREFIX
protected final AwsS3SupplierProperties awsS3SupplierProperties
protected final FileConsumerProperties fileConsumerProperties
protected final com.amazonaws.services.s3.AmazonS3 amazonS3
protected final org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory
protected final org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore
public AwsS3SupplierConfiguration(AwsS3SupplierProperties awsS3SupplierProperties, FileConsumerProperties fileConsumerProperties, com.amazonaws.services.s3.AmazonS3 amazonS3, org.springframework.integration.aws.support.S3SessionFactory s3SessionFactory, org.springframework.integration.metadata.ConcurrentMetadataStore metadataStore)
Copyright © 2022. All rights reserved.