public static interface RssEndpointBuilderFactory.RssBuilders
| Modifier and Type | Method and Description |
|---|---|
default RssEndpointBuilderFactory.RssEndpointBuilder |
rss(String path)
RSS (camel-rss)
Poll RSS feeds.
|
default RssEndpointBuilderFactory.RssEndpointBuilder |
rss(String componentName,
String path)
RSS (camel-rss)
Poll RSS feeds.
|
default RssEndpointBuilderFactory.RssEndpointBuilder rss(String path)
rss:feedUri
Path parameter: feedUri (required)
The URI to the feed to poll.path - feedUridefault RssEndpointBuilderFactory.RssEndpointBuilder rss(String componentName, String path)
rss:feedUri
Path parameter: feedUri (required)
The URI to the feed to poll.componentName - to use a custom component name for the endpoint
instead of the default namepath - feedUriApache Camel