@Configuration @EnableConfigurationProperties(value=JoltComponentConfiguration.class) public class JoltComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JoltComponentAutoConfiguration.Condition |
Constructor and Description |
---|
JoltComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.jolt.JoltComponent |
configureJoltComponent(org.apache.camel.CamelContext camelContext,
JoltComponentConfiguration configuration) |
@Lazy @Bean(name="jolt-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.jolt.JoltComponent.class) public org.apache.camel.component.jolt.JoltComponent configureJoltComponent(org.apache.camel.CamelContext camelContext, JoltComponentConfiguration configuration) throws Exception
Exception
Apache Camel