@Configuration @EnableConfigurationProperties(value=QuickfixjComponentConfiguration.class) public class QuickfixjComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QuickfixjComponentAutoConfiguration.Condition |
Constructor and Description |
---|
QuickfixjComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.quickfixj.QuickfixjComponent |
configureQuickfixjComponent(org.apache.camel.CamelContext camelContext,
QuickfixjComponentConfiguration configuration) |
@Lazy @Bean(name="quickfix-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.quickfixj.QuickfixjComponent.class) public org.apache.camel.component.quickfixj.QuickfixjComponent configureQuickfixjComponent(org.apache.camel.CamelContext camelContext, QuickfixjComponentConfiguration configuration) throws Exception
Exception
Apache Camel