Uses of Interface
org.apache.camel.builder.endpoint.dsl.GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
-
Packages that use GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointBuilder
Advanced builder for endpoint for the GitHub component.Methods in org.apache.camel.builder.endpoint.dsl that return GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder Modifier and Type Method Description default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
GitHubEndpointBuilderFactory.GitHubEndpointProducerBuilder. advanced()
default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointProducerBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-