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
All Methods Instance Methods Default Methods Modifier and Type Method Description default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilderadvanced()default SedaEndpointBuilderFactory.SedaEndpointBuildersize(int size)The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).default SedaEndpointBuilderFactory.SedaEndpointBuildersize(String size)The maximum capacity of the SEDA queue (i.e., the number of messages it can hold).-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder
bridgeErrorHandler, bridgeErrorHandler, concurrentConsumers, concurrentConsumers
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
blockWhenFull, blockWhenFull, discardIfNoConsumers, discardIfNoConsumers, discardWhenFull, discardWhenFull, failIfNoConsumers, failIfNoConsumers, lazyStartProducer, lazyStartProducer, offerTimeout, offerTimeout, timeout, timeout, waitForTaskToComplete, waitForTaskToComplete
-
-
-
-
Method Detail
-
advanced
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder advanced()
- Specified by:
advancedin interfaceSedaEndpointBuilderFactory.SedaEndpointConsumerBuilder- Specified by:
advancedin interfaceSedaEndpointBuilderFactory.SedaEndpointProducerBuilder
-
size
default SedaEndpointBuilderFactory.SedaEndpointBuilder size(int 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
default SedaEndpointBuilderFactory.SedaEndpointBuilder size(String 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
-
-