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