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 Details

    • METADATA_STORE_PREFIX

      protected static final String METADATA_STORE_PREFIX
      See Also:
    • awsS3SupplierProperties

      protected final AwsS3SupplierProperties awsS3SupplierProperties
    • fileConsumerProperties

      protected final FileConsumerProperties 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)