default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
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 |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.bufferSize(int bufferSize) |
To configure the ring buffer size.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.defaultBlockWhenFull(boolean defaultBlockWhenFull) |
To configure the default value for block when full The default value
is true.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.defaultConcurrentConsumers(int defaultConcurrentConsumers) |
To configure the default number of concurrent consumers.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.defaultMultipleConsumers(boolean defaultMultipleConsumers) |
To configure the default value for multiple consumers.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
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 |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.defaultWaitStrategy(org.apache.camel.component.disruptor.DisruptorWaitStrategy defaultWaitStrategy) |
To configure the default value for DisruptorWaitStrategy The default
value is Blocking.
|
static DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
DisruptorComponentBuilderFactory.disruptor() |
Disruptor (camel-disruptor)
Provides asynchronous SEDA behavior using LMAX Disruptor.
|
default DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
DisruptorComponentBuilderFactory.DisruptorComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|