Class SecretsManagerComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.aws.secretsmanager.springboot.SecretsManagerComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,SecretsManagerComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.aws-secrets-manager"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,SecretsManagerComponentConverter.class}) public class SecretsManagerComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • SecretsManagerComponentAutoConfiguration

      public SecretsManagerComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureSecretsManagerComponent

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