public static interface DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder extends ComponentBuilder<org.apache.camel.component.disruptor.vm.DisruptorVmComponent>
| Modifier and Type | Method and Description |
|---|---|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
bufferSize(int bufferSize)
To configure the ring buffer size.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
defaultBlockWhenFull(boolean defaultBlockWhenFull)
To configure the default value for block when full The default value
is true.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
defaultConcurrentConsumers(int defaultConcurrentConsumers)
To configure the default number of concurrent consumers.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
defaultMultipleConsumers(boolean defaultMultipleConsumers)
To configure the default value for multiple consumers.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
defaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType)
To configure the default value for DisruptorProducerType The default
value is Multi.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
defaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy)
To configure the default value for DisruptorWaitStrategy The default
value is Blocking.
|
default DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder bufferSize(int bufferSize)
int type.
Default: 1024
Group: commondefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder defaultConcurrentConsumers(int defaultConcurrentConsumers)
int type.
Default: 1
Group: consumerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder defaultMultipleConsumers(boolean defaultMultipleConsumers)
boolean type.
Default: false
Group: consumerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder defaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy)
org.apache.camel.component.disruptor.DisruptorWaitStrategy type.
Default: Blocking
Group: consumerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder defaultBlockWhenFull(boolean defaultBlockWhenFull)
boolean type.
Default: true
Group: producerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder defaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType)
org.apache.camel.component.disruptor.DisruptorProducerType type.
Default: Multi
Group: producerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel