| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder
Advanced builder for endpoint for the Azure Storage Queue Service
component.
|
| Modifier and Type | Method and Description |
|---|---|
default QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder |
QueueEndpointBuilderFactory.QueueEndpointProducerBuilder.advanced() |
default QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder |
QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder |
QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel