@Configuration @EnableConfigurationProperties(value=JoltComponentConfiguration.class) public class JoltComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
JoltComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.jolt.JoltComponent |
configureJoltComponent(org.apache.camel.CamelContext camelContext,
JoltComponentConfiguration configuration) |
@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
ExceptionApache Camel