public static interface SedaEndpointBuilderFactory.SedaBuilders
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
seda(String path)
SEDA (camel-seda)
The seda component provides asynchronous call to another endpoint
from any CamelContext in the same JVM.
|
default SedaEndpointBuilderFactory.SedaEndpointBuilder seda(String path)
seda:name
Path parameter: name (required)
Name of queueApache Camel