public static interface RefEndpointBuilderFactory.RefBuilders
| Modifier and Type | Method and Description |
|---|---|
default RefEndpointBuilderFactory.RefEndpointBuilder |
ref(String path)
Ref (camel-ref)
Route messages to an endpoint looked up dynamically by name in the
Camel Registry.
|
default RefEndpointBuilderFactory.RefEndpointBuilder |
ref(String componentName,
String path)
Ref (camel-ref)
Route messages to an endpoint looked up dynamically by name in the
Camel Registry.
|
default RefEndpointBuilderFactory.RefEndpointBuilder ref(String path)
ref:name
Path parameter: name (required)
Name of endpoint to lookup in the registry.path - namedefault RefEndpointBuilderFactory.RefEndpointBuilder ref(String componentName, String path)
ref:name
Path parameter: name (required)
Name of endpoint to lookup in the registry.componentName - to use a custom component name for the endpoint
instead of the default namepath - nameApache Camel