| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MasterComponentBuilderFactory.MasterComponentBuilder |
ComponentsBuilderFactory.master()
Master (camel-master)
Have only a single consumer in a cluster consuming from a given endpoint;
with automatic failover if the JVM dies.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MasterComponentBuilderFactory.MasterComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default MasterComponentBuilderFactory.MasterComponentBuilder |
MasterComponentBuilderFactory.MasterComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default MasterComponentBuilderFactory.MasterComponentBuilder |
MasterComponentBuilderFactory.MasterComponentBuilder.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.
|
static MasterComponentBuilderFactory.MasterComponentBuilder |
MasterComponentBuilderFactory.master()
Master (camel-master)
Have only a single consumer in a cluster consuming from a given endpoint;
with automatic failover if the JVM dies.
|
default MasterComponentBuilderFactory.MasterComponentBuilder |
MasterComponentBuilderFactory.MasterComponentBuilder.service(org.apache.camel.cluster.CamelClusterService service)
Inject the service to use.
|
default MasterComponentBuilderFactory.MasterComponentBuilder |
MasterComponentBuilderFactory.MasterComponentBuilder.serviceSelector(org.apache.camel.cluster.CamelClusterService.Selector serviceSelector)
Inject the service selector used to lookup the CamelClusterService to
use.
|
Apache Camel