Uses of Interface
org.apache.camel.builder.endpoint.dsl.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder
Packages that use GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder
-
Uses of GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the GitHub component.Methods in org.apache.camel.builder.endpoint.dsl that return GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilderModifier and TypeMethodDescriptionGitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder.basic()GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.oauthToken(String oauthToken) GitHub OAuth token.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.GitHub repository name.GitHub repository owner (organization).GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.startingSha(String startingSha) The starting sha to use for polling commits with the commit consumer.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.