Uses of Interface
org.apache.camel.builder.endpoint.dsl.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder
Packages that use GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder
-
Uses of GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the GitHub2 component.Methods in org.apache.camel.builder.endpoint.dsl that return GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilderModifier and TypeMethodDescriptionGitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.GitHub2EndpointBuilderFactory.AdvancedGitHub2EndpointConsumerBuilder.basic()GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.commitMessageAsBody(boolean commitMessageAsBody) Whether the commit consumer should store the commit message or the raw org.kohsuke.github.GHCommit object as the message body.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.commitMessageAsBody(String commitMessageAsBody) Whether the commit consumer should store the commit message or the raw org.kohsuke.github.GHCommit object as the message body.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.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.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.oauthToken(String oauthToken) GitHub OAuth token.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.GitHub repository name.GitHub repository owner (organization).GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.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.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.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.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.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.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.startingSha(String startingSha) The starting sha to use for polling commits with the commit consumer.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.GitHub2EndpointBuilderFactory.GitHub2EndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.