public static interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointBuilder extends KafkaEndpointBuilderFactory.AdvancedKafkaEndpointConsumerBuilder, KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default KafkaEndpointBuilderFactory.KafkaEndpointBuilder |
basic() |
default KafkaEndpointBuilderFactory.AdvancedKafkaEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default KafkaEndpointBuilderFactory.AdvancedKafkaEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault KafkaEndpointBuilderFactory.KafkaEndpointBuilder basic()
basic in interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointConsumerBuilderbasic in interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilderdefault KafkaEndpointBuilderFactory.AdvancedKafkaEndpointBuilder synchronous(boolean synchronous)
synchronous in interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointConsumerBuildersynchronous in interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuildersynchronous - the value to setdefault KafkaEndpointBuilderFactory.AdvancedKafkaEndpointBuilder synchronous(String synchronous)
synchronous in interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointConsumerBuildersynchronous in interface KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuildersynchronous - the value to setApache Camel