public interface GitHubEventFetchStrategy
EventsConsumer
fetches GitHub events.
The default strategy is to fetch events for the repository that was configured on the consumer.Modifier and Type | Method and Description |
---|---|
org.eclipse.egit.github.core.client.PageIterator<org.eclipse.egit.github.core.event.Event> |
fetchEvents(org.eclipse.egit.github.core.service.EventService eventService)
Fetches GitHub events from the
EventService . |
org.eclipse.egit.github.core.client.PageIterator<org.eclipse.egit.github.core.event.Event> fetchEvents(org.eclipse.egit.github.core.service.EventService eventService)
EventService
.eventService
- The EventService
for interacting with the GitHub event APIsPageIterator
of event objectsApache Camel