| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static StubComponentBuilderFactory.StubComponentBuilder |
ComponentsBuilderFactory.stub()
Stub (camel-stub)
Stub out any physical endpoints while in development or testing.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StubComponentBuilderFactory.StubComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.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 StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.concurrentConsumers(int concurrentConsumers)
Sets the default number of concurrent threads processing exchanges.
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.defaultBlockWhenFull(boolean defaultBlockWhenFull)
Whether a thread that sends messages to a full SEDA queue will block
until the queue's capacity is no longer exhausted.
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.defaultDiscardWhenFull(boolean defaultDiscardWhenFull)
Whether a thread that sends messages to a full SEDA queue will be
discarded.
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.defaultOfferTimeout(long defaultOfferTimeout)
Whether a thread that sends messages to a full SEDA queue will block
until the queue's capacity is no longer exhausted.
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.defaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory)
Sets the default queue factory.
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.StubComponentBuilder.queueSize(int queueSize)
Sets the default maximum capacity of the SEDA queue (i.e., the number
of messages it can hold).
|
static StubComponentBuilderFactory.StubComponentBuilder |
StubComponentBuilderFactory.stub()
Stub (camel-stub)
Stub out any physical endpoints while in development or testing.
|
Apache Camel