119.4. 소비자
소비자는 기본적으로 maxResults를 5로 폴링합니다.
예를 들면 다음과 같습니다
from("google-calendar-stream://test?markAsRead=true&delay=5000&maxResults=5").to("mock:result");
from("google-calendar-stream://test?markAsRead=true&delay=5000&maxResults=5").to("mock:result");
이 경로는 폴링 날짜부터 다음 5개의 이벤트를 사용합니다.