@Configuration @EnableConfigurationProperties(value=BraintreeComponentConfiguration.class) public class BraintreeComponentAutoConfiguration extends Object
Constructor and Description |
---|
BraintreeComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.braintree.BraintreeComponent |
configureBraintreeComponent(org.apache.camel.CamelContext camelContext,
BraintreeComponentConfiguration configuration) |
@Bean(name="braintree-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.braintree.BraintreeComponent.class) public org.apache.camel.component.braintree.BraintreeComponent configureBraintreeComponent(org.apache.camel.CamelContext camelContext, BraintreeComponentConfiguration configuration) throws Exception
Exception
Apache Camel