Interface VmEndpointBuilderFactory.AdvancedVmEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,VmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder,VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder
- Enclosing interface:
- VmEndpointBuilderFactory
public static interface VmEndpointBuilderFactory.AdvancedVmEndpointBuilder
extends VmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder, VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder
Advanced builder for endpoint for the VM component.
-
Method Summary
Modifier and TypeMethodDescriptionbasic()Define the queue instance which will be used by the endpoint.queue(BlockingQueue queue) Define the queue instance which will be used by the endpoint.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.VmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder
bridgeErrorHandler, bridgeErrorHandler, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, limitConcurrentConsumers, limitConcurrentConsumers, multipleConsumers, multipleConsumers, pollTimeout, pollTimeout, purgeWhenStopping, purgeWhenStoppingMethods inherited from interface org.apache.camel.builder.endpoint.dsl.VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder
lazyStartProducer, lazyStartProducer
-
Method Details
-
basic
- Specified by:
basicin interfaceVmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder- Specified by:
basicin interfaceVmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder
-
queue
Define the queue instance which will be used by the endpoint. The option is a: <code>java.util.concurrent.BlockingQueue</code> type. Group: advanced- Specified by:
queuein interfaceVmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder- Specified by:
queuein interfaceVmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder- Parameters:
queue- the value to set- Returns:
- the dsl builder
-
queue
Define the queue instance which will be used by the endpoint. The option will be converted to a <code>java.util.concurrent.BlockingQueue</code> type. Group: advanced- Specified by:
queuein interfaceVmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder- Specified by:
queuein interfaceVmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder- Parameters:
queue- the value to set- Returns:
- the dsl builder
-