public static interface SedaEndpointBuilderFactory.SedaEndpointBuilder extends SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder, SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder |
advanced() |
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
size(int size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
size(String size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
bridgeErrorHandler, bridgeErrorHandler, concurrentConsumers, concurrentConsumersdoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUriblockWhenFull, blockWhenFull, discardIfNoConsumers, discardIfNoConsumers, discardWhenFull, discardWhenFull, failIfNoConsumers, failIfNoConsumers, lazyStartProducer, lazyStartProducer, offerTimeout, offerTimeout, timeout, timeout, waitForTaskToComplete, waitForTaskToCompletedefault SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder advanced()
advanced in interface SedaEndpointBuilderFactory.SedaEndpointConsumerBuilderadvanced in interface SedaEndpointBuilderFactory.SedaEndpointProducerBuilderdefault SedaEndpointBuilderFactory.SedaEndpointBuilder size(int size)
size in interface SedaEndpointBuilderFactory.SedaEndpointConsumerBuildersize in interface SedaEndpointBuilderFactory.SedaEndpointProducerBuildersize - the value to setdefault SedaEndpointBuilderFactory.SedaEndpointBuilder size(String size)
size in interface SedaEndpointBuilderFactory.SedaEndpointConsumerBuildersize in interface SedaEndpointBuilderFactory.SedaEndpointProducerBuildersize - the value to setApache Camel