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