54.2. Spring Boot Auto-Configuration

组件支持 14 个选项,它们如下所列。

名称描述默认类型

camel.component.braintree.configuration.access-token

争取另一人授予的访问令牌,以代表其处理事务。用于替代环境、merchant id、公钥和私钥字段。

 

字符串

camel.component.braintree.configuration.api-name

要执行的操作种类

 

BraintreeApiName

camel.component.braintree.configuration.environment

环境 Either SANDBOX 或 PRODUCTION

 

字符串

camel.component.braintree.configuration.http-log-level

为 http 调用设置日志记录级别,请参阅 java.util.logging.Level

 

级别

camel.component.braintree.configuration.http-log-name

设置日志类别,以记录 http 调用,默认为 "Braintree"

 

字符串

camel.component.braintree.configuration.http-read-timeout

为 http 调用设置读取超时。

 

整数

camel.component.braintree.configuration.merchant-id

Braintree 提供的 merchant id。

 

字符串

camel.component.braintree.configuration.method-name

用于所选操作的子操作

 

字符串

camel.component.braintree.configuration.private-key

Braintree 提供的私钥。

 

字符串

camel.component.braintree.configuration.proxy-host

代理主机

 

字符串

camel.component.braintree.configuration.proxy-port

代理端口

 

整数

camel.component.braintree.configuration.public-key

Braintree 提供的公钥。

 

字符串

camel.component.braintree.enabled

启用 braintree 组件

true

布尔值

camel.component.braintree.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值