| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder.advanced() |
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.fromIndex(long fromIndex)
The index to watch from.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.fromIndex(String fromIndex)
The index to watch from.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel