| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ConsulComponentBuilderFactory.ConsulComponentBuilder |
ComponentsBuilderFactory.consul()
Consul (camel-consul)
The camel consul component allows you to work with Consul, a distributed,
highly available, datacenter-aware, service discovery and configuration
system.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsulComponentBuilderFactory.ConsulComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.aclToken(String aclToken)
Sets the ACL token to be used with Consul.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.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 ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.configuration(org.apache.camel.component.consul.ConsulConfiguration configuration)
Sets the common configuration shared among endpoints.
|
static ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.consul()
Consul (camel-consul)
The camel consul component allows you to work with Consul, a distributed,
highly available, datacenter-aware, service discovery and configuration
system.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.datacenter(String datacenter)
The data center.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.password(String password)
Sets the password to be used for basic authentication.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
SSL configuration using an
org.apache.camel.support.jsse.SSLContextParameters instance.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.url(String url)
The Consul agent URL.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default ConsulComponentBuilderFactory.ConsulComponentBuilder |
ConsulComponentBuilderFactory.ConsulComponentBuilder.userName(String userName)
Sets the username to be used for basic authentication.
|
Apache Camel