@Configuration @EnableConfigurationProperties(value=VertxComponentConfiguration.class) @Conditional(value=VertxComponentAutoConfiguration.Condition.class) public class VertxComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VertxComponentAutoConfiguration.Condition |
Constructor and Description |
---|
VertxComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.vertx.VertxComponent |
configureVertxComponent(org.apache.camel.CamelContext camelContext,
VertxComponentConfiguration configuration) |
@Lazy @Bean(name="vertx-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.vertx.VertxComponent.class) public org.apache.camel.component.vertx.VertxComponent configureVertxComponent(org.apache.camel.CamelContext camelContext, VertxComponentConfiguration configuration) throws Exception
Exception
Apache Camel