Class PropertiesComponentAutoConfiguration

    • Constructor Detail

      • PropertiesComponentAutoConfiguration

        public PropertiesComponentAutoConfiguration()
    • Method Detail

      • configurePropertiesComponent

        @Lazy
        @Bean(name="properties-component")
        @ConditionalOnMissingBean(org.apache.camel.component.properties.PropertiesComponent.class)
        public org.apache.camel.component.properties.PropertiesComponent configurePropertiesComponent​(PropertiesComponentConfiguration configuration)
                                                                                               throws Exception
        Throws:
        Exception