public static interface DisruptorComponentBuilderFactory.DisruptorComponentBuilder extends ComponentBuilder<org.apache.camel.component.disruptor.DisruptorComponent>
| Modifier and Type | Method and Description |
|---|---|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
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 DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
bufferSize(int bufferSize)
To configure the ring buffer size.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
defaultBlockWhenFull(boolean defaultBlockWhenFull)
To configure the default value for block when full The default value
is true.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
defaultConcurrentConsumers(int defaultConcurrentConsumers)
To configure the default number of concurrent consumers.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
defaultMultipleConsumers(boolean defaultMultipleConsumers)
To configure the default value for multiple consumers.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
defaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType)
To configure the default value for DisruptorProducerType The default
value is Multi.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
defaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy)
To configure the default value for DisruptorWaitStrategy The default
value is Blocking.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder bufferSize(int bufferSize)
bufferSize - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder defaultConcurrentConsumers(int defaultConcurrentConsumers)
defaultConcurrentConsumers - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder defaultMultipleConsumers(boolean defaultMultipleConsumers)
defaultMultipleConsumers - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder defaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy)
defaultWaitStrategy - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder defaultBlockWhenFull(boolean defaultBlockWhenFull)
defaultBlockWhenFull - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder defaultProducerType(org.apache.camel.component.disruptor.DisruptorProducerType defaultProducerType)
defaultProducerType - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault DisruptorComponentBuilderFactory.DisruptorComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel