default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.basic() |
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.blockWhenFull(boolean blockWhenFull) |
Whether a thread that sends messages to a full SEDA queue will block
until the queue's capacity is no longer exhausted.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.blockWhenFull(String blockWhenFull) |
Whether a thread that sends messages to a full SEDA queue will block
until the queue's capacity is no longer exhausted.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.discardIfNoConsumers(boolean discardIfNoConsumers) |
Whether the producer should discard the message (do not add the
message to the queue), when sending to a queue with no active
consumers.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.discardIfNoConsumers(String discardIfNoConsumers) |
Whether the producer should discard the message (do not add the
message to the queue), when sending to a queue with no active
consumers.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.discardWhenFull(boolean discardWhenFull) |
Whether a thread that sends messages to a full SEDA queue will be
discarded.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.discardWhenFull(String discardWhenFull) |
Whether a thread that sends messages to a full SEDA queue will be
discarded.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) |
Whether the producer should fail by throwing an exception, when
sending to a queue with no active consumers.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) |
Whether the producer should fail by throwing an exception, when
sending to a queue with no active consumers.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.offerTimeout(long offerTimeout) |
offerTimeout (in milliseconds) can be added to the block case when
queue is full.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.offerTimeout(String offerTimeout) |
offerTimeout (in milliseconds) can be added to the block case when
queue is full.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.size(int size) |
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.size(String size) |
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.timeout(long timeout) |
Timeout (in milliseconds) before a SEDA producer will stop waiting
for an asynchronous task to complete.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.timeout(String timeout) |
Timeout (in milliseconds) before a SEDA producer will stop waiting
for an asynchronous task to complete.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.waitForTaskToComplete(String waitForTaskToComplete) |
Option to specify whether the caller should wait for the async task
to complete or not before continuing.
|
default SedaEndpointBuilderFactory.SedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.waitForTaskToComplete(org.apache.camel.WaitForTaskToComplete waitForTaskToComplete) |
Option to specify whether the caller should wait for the async task
to complete or not before continuing.
|