Class QuickfixjComponentAutoConfiguration


  • @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,QuickfixjComponentConfiguration.class})
    @ConditionalOnHierarchicalProperties({"camel.component","camel.component.quickfix"})
    @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,QuickfixjComponentConverter.class})
    public class QuickfixjComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • QuickfixjComponentAutoConfiguration

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

      • configureQuickfixjComponent

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