public static interface CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder |
advanced() |
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
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 CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder |
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 CordaEndpointBuilderFactory.AdvancedCordaEndpointConsumerBuilder advanced()
default CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Group: consumerdefault CordaEndpointBuilderFactory.CordaEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Group: consumerApache Camel