public static interface GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamBuilders
| Modifier and Type | Method and Description |
|---|---|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
googleCalendarStream(String path)
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder |
googleCalendarStream(String componentName,
String path)
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
|
default GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder googleCalendarStream(String path)
google-calendar-stream:index
Path parameter: index (required)
Specifies an index for the endpointpath - indexdefault GoogleCalendarStreamEndpointBuilderFactory.GoogleCalendarStreamEndpointBuilder googleCalendarStream(String componentName, String path)
google-calendar-stream:index
Path parameter: index (required)
Specifies an index for the endpointcomponentName - to use a custom component name for the endpoint
instead of the default namepath - indexApache Camel