public static interface BraintreeComponentBuilderFactory.BraintreeComponentBuilder extends ComponentBuilder<org.apache.camel.component.braintree.BraintreeComponent>
| Modifier and Type | Method and Description |
|---|---|
default BraintreeComponentBuilderFactory.BraintreeComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default BraintreeComponentBuilderFactory.BraintreeComponentBuilder |
configuration(org.apache.camel.component.braintree.BraintreeConfiguration configuration)
Component configuration.
|
default BraintreeComponentBuilderFactory.BraintreeComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault BraintreeComponentBuilderFactory.BraintreeComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault BraintreeComponentBuilderFactory.BraintreeComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault BraintreeComponentBuilderFactory.BraintreeComponentBuilder configuration(org.apache.camel.component.braintree.BraintreeConfiguration configuration)
configuration - the value to setApache Camel