Interface QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
QueueEndpointBuilderFactory.AdvancedQueueEndpointBuilder
- Enclosing interface:
- QueueEndpointBuilderFactory
public static interface QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint producers for the Azure Storage Queue Service component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default QueueEndpointBuilderFactory.QueueEndpointProducerBuilder
basic()
default 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
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-
-
-
Method Detail
-
basic
default QueueEndpointBuilderFactory.QueueEndpointProducerBuilder basic()
-
synchronous
default QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default QueueEndpointBuilderFactory.AdvancedQueueEndpointProducerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-