| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder.basic() |
default MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.MasterEndpointBuilder.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 MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.MasterEndpointBuilder.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.
|
static MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.master(String path)
Master (camel-master)
Represents an endpoint which only becomes active when the
CamelClusterView has the leadership.
|
default MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.MasterBuilders.master(String path)
Master (camel-master)
Represents an endpoint which only becomes active when the
CamelClusterView has the leadership.
|
Apache Camel