Interface GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,GitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder
,GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
- Enclosing interface:
- GitHubEndpointBuilderFactory
public static interface GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder extends GitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder, GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
Advanced builder for endpoint for the GitHub component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default GitHubEndpointBuilderFactory.GitHubEndpointBuilder
basic()
default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.GitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder
eventFetchStrategy, eventFetchStrategy, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategy
-
-
-
-
Method Detail
-
basic
default GitHubEndpointBuilderFactory.GitHubEndpointBuilder basic()
- Specified by:
basic
in interfaceGitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder
- Specified by:
basic
in interfaceGitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
-
synchronous
default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceGitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceGitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
-
synchronous
default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceGitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceGitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
-
-