@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface MasterEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MasterEndpointBuilderFactory.AdvancedMasterEndpointBuilder
Advanced builder for endpoint for the Master component.
|
static interface |
MasterEndpointBuilderFactory.MasterBuilders |
static interface |
MasterEndpointBuilderFactory.MasterEndpointBuilder
Builder for endpoint for the Master component.
|
| Modifier and Type | Method and Description |
|---|---|
static MasterEndpointBuilderFactory.MasterEndpointBuilder |
master(String path)
Master (camel-master)
Represents an endpoint which only becomes active when the
CamelClusterView has the leadership.
|
static MasterEndpointBuilderFactory.MasterEndpointBuilder master(String path)
master:namespace:delegateUri
Path parameter: namespace (required)
The name of the cluster namespace to use
Path parameter: delegateUri (required)
The endpoint uri to use in master/slave modeApache Camel