350.2. Spring Boot Auto-Configuration

组件支持 8 个选项,如下所示。

名称描述默认类型

camel.component.twilio.account-sid

要使用的帐户 SID。

 

字符串

camel.component.twilio.configuration.api-name

要执行的操作种类

 

TwilioApiName

camel.component.twilio.configuration.method-name

用于所选操作的子操作

 

字符串

camel.component.twilio.enabled

启用 twilio 组件

true

布尔值

camel.component.twilio.password

帐户的身份验证令牌。

 

字符串

camel.component.twilio.resolve-property-placeholders

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

true

布尔值

camel.component.twilio.rest-client

使用共享的 REST 客户端。选项为 com.twilio.http.TwilioRestClient 类型。

 

字符串

camel.component.twilio.username

要使用的帐户。

 

字符串