Interface BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- BraintreeEndpointBuilderFactory
public static interface BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint for the Braintree component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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).
-
-
-
Method Detail
-
basic
default BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder basic()
-
httpReadTimeout
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder httpReadTimeout(Integer httpReadTimeout)
Set read timeout for http calls. The option is a:java.lang.Integer
type. Group: advanced
-
httpReadTimeout
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder httpReadTimeout(String httpReadTimeout)
Set read timeout for http calls. The option will be converted to ajava.lang.Integer
type. Group: advanced
-
synchronous
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-