public static interface DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DisruptorVmEndpointBuilderFactory.AdvancedDisruptorVmEndpointProducerBuilder |
advanced() |
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
blockWhenFull(boolean blockWhenFull)
Whether a thread that sends messages to a full Disruptor will block
until the ringbuffer's capacity is no longer exhausted.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
blockWhenFull(String blockWhenFull)
Whether a thread that sends messages to a full Disruptor will block
until the ringbuffer's capacity is no longer exhausted.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
producerType(DisruptorVmEndpointBuilderFactory.DisruptorProducerType producerType)
Defines the producers allowed on the Disruptor.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
producerType(String producerType)
Defines the producers allowed on the Disruptor.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
size(int size)
The maximum capacity of the Disruptors ringbuffer Will be effectively
increased to the nearest power of two.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
size(String size)
The maximum capacity of the Disruptors ringbuffer Will be effectively
increased to the nearest power of two.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
timeout(long timeout)
Timeout (in milliseconds) before a producer will stop waiting for an
asynchronous task to complete.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
timeout(String timeout)
Timeout (in milliseconds) before a producer will stop waiting for an
asynchronous task to complete.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
waitForTaskToComplete(String waitForTaskToComplete)
Option to specify whether the caller should wait for the async task
to complete or not before continuing.
|
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder |
waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete)
Option to specify whether the caller should wait for the async task
to complete or not before continuing.
|
default DisruptorVmEndpointBuilderFactory.AdvancedDisruptorVmEndpointProducerBuilder advanced()
default DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder size(int size)
size - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder size(String size)
size - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder blockWhenFull(boolean blockWhenFull)
blockWhenFull - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder blockWhenFull(String blockWhenFull)
blockWhenFull - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder producerType(DisruptorVmEndpointBuilderFactory.DisruptorProducerType producerType)
producerType - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder producerType(String producerType)
producerType - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder timeout(long timeout)
timeout - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder timeout(String timeout)
timeout - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete)
waitForTaskToComplete - the value to setdefault DisruptorVmEndpointBuilderFactory.DisruptorVmEndpointProducerBuilder waitForTaskToComplete(String waitForTaskToComplete)
waitForTaskToComplete - the value to setApache Camel