120.3. Spring Boot 자동 구성
구성 요소는 아래에 나열된 15 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본 | 유형 |
|---|---|---|---|
| camel.component.google-calendar-stream.client-factory | 클라이언트 internal입니다. 옵션은 org.apache.camel.component.google.calendar.Google CryostatClientFactory 유형입니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.access-token | OAuth 2 액세스 토큰. 일반적으로 1 시간 후에 만료되므로 refreshToken을 장기간 사용하는 것이 좋습니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.application-name | Google Cryostat 애플리케이션 이름입니다. 예를 들면 camel-google-calendar/1.0입니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.calendar-id | 사용할 calendarId | 기본 설정 | 문자열 |
| camel.component.google-calendar-stream.configuration.client-id | 일정 애플리케이션의 클라이언트 ID | 문자열 | |
| camel.component.google-calendar-stream.configuration.client-secret | 일정 애플리케이션의 클라이언트 시크릿 | 문자열 | |
| camel.component.google-calendar-stream.configuration.consider-last-update | 다음 폴링의 시작 날짜로 폴링된 마지막 이벤트의 lastUpdate를 고려하십시오. | false | 부울 |
| camel.component.google-calendar-stream.configuration.consume-from-now | 이제 선택한 캘린더에서 이벤트 사용 | true | 부울 |
| camel.component.google-calendar-stream.configuration.index | 끝점의 인덱스를 지정합니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.max-results | 최대 결과를 반환합니다. | 10 | 정수 |
| camel.component.google-calendar-stream.configuration.query | 일정에서 실행할 쿼리 | 문자열 | |
| camel.component.google-calendar-stream.configuration.refresh-token | OAuth 2 새로 고침 토큰. 이를 사용하여 현재 애플리케이션이 만료될 때마다 Google Cryostat 구성 요소는 새 accessToken을 얻을 수 있습니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.scopes | 일정 애플리케이션에서 사용자 계정에 포함할 권한 수준을 지정합니다. 자세한 내용은 https://developers.google.com/calendar/auth 을 참조하십시오. | list | |
| camel.component.google-calendar-stream.enabled | google-calendar-stream 구성 요소의 자동 구성을 활성화할지 여부입니다. 이는 기본적으로 활성화되어 있습니다. | 부울 | |
| camel.component.google-calendar-stream.resolve-property-placeholders | 구성 요소 시작 시 속성 자리 표시자를 자체적으로 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다. | true | 부울 |