default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.MasterEndpointBuilder.advanced() |
|
default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|