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.endpointBuilder(String componentName,
String path) |
|
default MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.MasterBuilders.master(String path) |
Master (camel-master)
Have only a single consumer in a cluster consuming from a given
endpoint; with automatic failover if the JVM dies.
|
default MasterEndpointBuilderFactory.MasterEndpointBuilder |
MasterEndpointBuilderFactory.MasterBuilders.master(String componentName,
String path) |
Master (camel-master)
Have only a single consumer in a cluster consuming from a given
endpoint; with automatic failover if the JVM dies.
|