| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
Builder for endpoint for the Direct VM component.
|
| Modifier and Type | Method and Description |
|---|---|
default DirectVmEndpointBuilderFactory.DirectVmEndpointConsumerBuilder |
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuilder.basic() |
default DirectVmEndpointBuilderFactory.DirectVmEndpointConsumerBuilder |
DirectVmEndpointBuilderFactory.DirectVmEndpointConsumerBuilder.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 DirectVmEndpointBuilderFactory.DirectVmEndpointConsumerBuilder |
DirectVmEndpointBuilderFactory.DirectVmEndpointConsumerBuilder.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.
|
Apache Camel