public static interface DirectEndpointBuilderFactory.DirectBuilders
| Modifier and Type | Method and Description |
|---|---|
default DirectEndpointBuilderFactory.DirectEndpointBuilder |
direct(String path)
Direct (camel-direct)
The direct component provides direct, synchronous call to another
endpoint from the same CamelContext.
|
default DirectEndpointBuilderFactory.DirectEndpointBuilder direct(String path)
direct:name
Path parameter: name (required)
Name of direct endpointApache Camel