public static interface ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder |
basic() |
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ZooKeeperMasterEndpointBuilderFactory.ZooKeeperMasterEndpointBuilder basic()
default ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault ZooKeeperMasterEndpointBuilderFactory.AdvancedZooKeeperMasterEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel