public static interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder extends EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilder, EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
basic() |
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder |
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 EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder basic()
basic in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilderbasic in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder synchronous(boolean synchronous)
synchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuildersynchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuildersynchronous - the value to setdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder synchronous(String synchronous)
synchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuildersynchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuildersynchronous - the value to setApache Camel