10.2. Spring Boot Auto-Configuration
コンポーネントは、以下に示す 6 つのオプションをサポートします。
| 名前 | 説明 | デフォルト | タイプ |
|---|---|---|---|
| camel.component.atmos.enabled | atmos コンポーネントを有効にする | true | Boolean |
| camel.component.atmos.full-token-id | Atmos クライアントに渡すトークン ID | String | |
| camel.component.atmos.resolve-property-placeholders | 起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。 | true | Boolean |
| camel.component.atmos.secret-key | Atmos クライアントに渡す秘密鍵 | String | |
| camel.component.atmos.ssl-validation | Atmos クライアントが SSL 検証を実行する必要があるかどうか | false | Boolean |
| camel.component.atmos.uri | Atmos クライアントが接続するサーバーの URI | String |