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