default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.WsEndpointConsumerBuilder.advanced() |
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.binding(String binding) |
To use a custom AhcBinding which allows to control how to bind
between AHC and Camel.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.binding(org.apache.camel.component.ahc.AhcBinding binding) |
To use a custom AhcBinding which allows to control how to bind
between AHC and Camel.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.clientConfig(String clientConfig) |
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.clientConfig(org.asynchttpclient.AsyncHttpClientConfig clientConfig) |
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.clientConfigOptions(String key,
Object value) |
To configure the AsyncHttpClientConfig using the key/values from the
Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.clientConfigOptions(Map values) |
To configure the AsyncHttpClientConfig using the key/values from the
Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.clientConfigRealmOptions(String key,
Object value) |
To configure the AsyncHttpClientConfig Realm using the key/values
from the Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.clientConfigRealmOptions(Map values) |
To configure the AsyncHttpClientConfig Realm using the key/values
from the Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|