121.3. Spring Boot Auto-Configuration

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

名称描述默认类型

camel.component.google-mail.client-factory

使用 GoogleCalendarClientFactory 作为创建客户端的工厂。默认情况下,将使用 BatchGoogleMailClientFactory。选项是一个 org.apache.camel.component.google.mail.GoogleMailClientFactory 类型。

 

字符串

camel.component.google-mail.configuration.access-token

OAuth 2 访问令牌。这通常在一小时后过期,因此建议长期使用 refreshToken。

 

字符串

camel.component.google-mail.configuration.api-name

要执行的操作种类

 

GoogleMailApiName

camel.component.google-mail.configuration.application-name

Google 邮件应用程序名称。示例应为 camel-google-mail/1.0

 

字符串

camel.component.google-mail.configuration.client-id

邮件应用程序的客户端 ID

 

字符串

camel.component.google-mail.configuration.client-secret

邮件应用程序的客户端机密

 

字符串

camel.component.google-mail.configuration.method-name

用于所选操作的子操作

 

字符串

camel.component.google-mail.configuration.refresh-token

OAuth 2 刷新令牌。使用这个方法,Google Calendar 组件可在当前过期时获得新的 accessToken - 应用程序长期需要。

 

字符串

camel.component.google-mail.enabled

启用 google-mail 组件

true

布尔值

camel.component.google-mail.resolve-property-placeholders

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

true

布尔值