public static interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder extends EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilder, EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
basic() |
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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 basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilderbasicPropertyBinding in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuilderbasicPropertyBinding in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuildersynchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointConsumerBuildersynchronous in interface EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointProducerBuilderApache Camel