Interface SedaEndpointBuilderFactory.SedaEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder,SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
- Enclosing interface:
SedaEndpointBuilderFactory
public static interface SedaEndpointBuilderFactory.SedaEndpointBuilder
extends SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder, SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
Builder for endpoint for the SEDA component.
-
Method Summary
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.SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder
concurrentConsumers, concurrentConsumersMethods inherited from interface org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
blockWhenFull, blockWhenFull, discardIfNoConsumers, discardIfNoConsumers, discardWhenFull, discardWhenFull, failIfNoConsumers, failIfNoConsumers, offerTimeout, offerTimeout, timeout, timeout, waitForTaskToComplete, waitForTaskToComplete
-
Method Details
-
advanced
- Specified by:
advancedin interfaceSedaEndpointBuilderFactory.SedaEndpointConsumerBuilder- Specified by:
advancedin interfaceSedaEndpointBuilderFactory.SedaEndpointProducerBuilder
-
size
The maximum capacity of the SEDA queue (i.e., the number of messages it can hold). Will by default use the defaultSize set on the SEDA component. The option is a: <code>int</code> type. Default: 1000 Group: common- Specified by:
sizein interfaceSedaEndpointBuilderFactory.SedaEndpointConsumerBuilder- Specified by:
sizein interfaceSedaEndpointBuilderFactory.SedaEndpointProducerBuilder- Parameters:
size- the value to set- Returns:
- the dsl builder
-
size
The maximum capacity of the SEDA queue (i.e., the number of messages it can hold). Will by default use the defaultSize set on the SEDA component. The option will be converted to a <code>int</code> type. Default: 1000 Group: common- Specified by:
sizein interfaceSedaEndpointBuilderFactory.SedaEndpointConsumerBuilder- Specified by:
sizein interfaceSedaEndpointBuilderFactory.SedaEndpointProducerBuilder- Parameters:
size- the value to set- Returns:
- the dsl builder
-