public static interface EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder |
basic() |
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
fromIndex(long fromIndex)
The index to watch from.
|
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder |
fromIndex(String fromIndex)
The index to watch from.
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder basic()
default EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder fromIndex(long fromIndex)
fromIndex - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder fromIndex(String fromIndex)
fromIndex - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault EtcdWatchEndpointBuilderFactory.AdvancedEtcdWatchEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel