public static interface BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder |
basic() |
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder |
httpReadTimeout(Integer httpReadTimeout)
Set read timeout for http calls.
|
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder |
httpReadTimeout(String httpReadTimeout)
Set read timeout for http calls.
|
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder basic()
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder httpReadTimeout(Integer httpReadTimeout)
httpReadTimeout - the value to setdefault BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder httpReadTimeout(String httpReadTimeout)
httpReadTimeout - the value to setdefault BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel