119.3. Spring Boot Auto-Configuration
구성 요소는 아래 나열된 15 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본값 | 유형 |
|---|---|---|---|
| camel.component.google-calendar-stream.client-factory | 클라이언트 팩토리입니다. 옵션은 org.apache.camel.component.google.calendar.GoogleCalendarClientFactory 유형입니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.access-token | OAuth 2 액세스 토큰. 일반적으로 1 시간 후에 만료되므로 refreshToken은 장기간 사용하는 것이 좋습니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.application-name | Google 캘린더 애플리케이션 이름입니다. 예: camel-google-calendar/1.0 | 문자열 | |
| camel.component.google-calendar-stream.configuration.calendar-id | 사용할 calendarId | primary | 문자열 |
| 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 캘린더 구성 요소는 현재 기간이 만료될 때마다 새로운 accessToken을 얻을 수 있습니다 - 애플리케이션이 오래되면 필요합니다. | 문자열 | |
| camel.component.google-calendar-stream.configuration.scopes | 일정 응용 프로그램에서 사용자 계정에 포함할 권한 수준을 지정합니다.Specifies the level of permissions you want a calendar application to have to a user account. 자세한 내용은 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 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders. | true | 부울 |