Uses of Interface
org.apache.camel.component.github.event.GitHubEventFetchStrategy
-
Packages that use GitHubEventFetchStrategy Package Description org.apache.camel.component.github -
-
Uses of GitHubEventFetchStrategy in org.apache.camel.component.github
Methods in org.apache.camel.component.github that return GitHubEventFetchStrategy Modifier and Type Method Description GitHubEventFetchStrategy
GitHubEndpoint. getEventFetchStrategy()
Methods in org.apache.camel.component.github with parameters of type GitHubEventFetchStrategy Modifier and Type Method Description void
GitHubEndpoint. setEventFetchStrategy(GitHubEventFetchStrategy eventFetchStrategy)
To specify a custom strategy that configures how the EventsConsumer fetches events.
-