| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointBuilder
Advanced builder for endpoint for the Consul component.
|
| Modifier and Type | Method and Description |
|---|---|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.ConsulEndpointConsumerBuilder.advanced() |
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.consistencyMode(Object consistencyMode)
The consistencyMode used for queries, default
ConsistencyMode.DEFAULT.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.consistencyMode(String consistencyMode)
The consistencyMode used for queries, default
ConsistencyMode.DEFAULT.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.datacenter(String datacenter)
The data center.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.nearNode(String nearNode)
The near node to use for queries.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.nodeMeta(List<String> nodeMeta)
The note meta-data to use for queries.
|
default ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder |
ConsulEndpointBuilderFactory.AdvancedConsulEndpointConsumerBuilder.nodeMeta(String nodeMeta)
The note meta-data to use for queries.
|
Apache Camel