@Configuration @EnableConfigurationProperties(value=VertxComponentConfiguration.class) public class VertxComponentAutoConfiguration extends Object
Constructor and Description |
---|
VertxComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.vertx.VertxComponent |
configureVertxComponent(org.apache.camel.CamelContext camelContext,
VertxComponentConfiguration configuration) |
@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