Uses of Interface
org.apache.camel.builder.endpoint.dsl.GitEndpointBuilderFactory.AdvancedGitEndpointBuilder
-
Packages that use GitEndpointBuilderFactory.AdvancedGitEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of GitEndpointBuilderFactory.AdvancedGitEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GitEndpointBuilderFactory.AdvancedGitEndpointBuilder Modifier and Type Method Description default GitEndpointBuilderFactory.AdvancedGitEndpointBuilder
GitEndpointBuilderFactory.GitEndpointBuilder. advanced()
default GitEndpointBuilderFactory.AdvancedGitEndpointBuilder
GitEndpointBuilderFactory.AdvancedGitEndpointBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default GitEndpointBuilderFactory.AdvancedGitEndpointBuilder
GitEndpointBuilderFactory.AdvancedGitEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-