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