第 353 章 Twitter Direct Message 组件
从 Camel 版本 2.10 开始提供
Twitter Direct Message 组件消耗/生成用户的直接消息。
353.1. 组件选项
Twitter Direct Message 组件支持 9 个选项,如下所列。
名称 | 描述 | 默认值 | 类型 |
---|---|---|---|
accessToken (security) | 访问令牌 | 字符串 | |
accessTokenSecret (security) | 访问令牌 secret | 字符串 | |
consumerKey (security) | consumer 密钥 | 字符串 | |
consumerSecret (security) | 消费者 secret | 字符串 | |
httpProxyHost (proxy) | 用于 camel-twitter 的 http 代理主机。 | 字符串 | |
httpProxyUser (proxy) | 用于 camel-twitter 的 http 代理用户。 | 字符串 | |
httpProxyPassword (proxy) | 用于 camel-twitter 的 http 代理密码。 | 字符串 | |
httpProxyPort (proxy) | 用于 camel-twitter 的 http 代理端口。 | int | |
resolveProperty Placeholders (advanced) | 启动时组件是否应解析自身上的属性占位符。只有属于 String 类型的属性才能使用属性占位符。 | true | 布尔值 |