Class AWS2S3ComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,AWS2S3ComponentConfiguration.class})
    @ConditionalOnHierarchicalProperties({"camel.component","camel.component.aws2-s3"})
    @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,AWS2S3ComponentConverter.class})
    public class AWS2S3ComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • AWS2S3ComponentAutoConfiguration

        public AWS2S3ComponentAutoConfiguration​(org.apache.camel.CamelContext camelContext)
    • Method Detail

      • configureAWS2S3Component

        @Lazy
        @Bean
        public org.apache.camel.spi.ComponentCustomizer configureAWS2S3Component()