@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SedaEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder
Advanced builder for endpoint for the SEDA component.
|
static interface |
SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder
Advanced builder for endpoint consumers for the SEDA component.
|
static interface |
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder
Advanced builder for endpoint producers for the SEDA component.
|
static interface |
SedaEndpointBuilderFactory.SedaBuilders |
static interface |
SedaEndpointBuilderFactory.SedaEndpointBuilder
Builder for endpoint for the SEDA component.
|
static interface |
SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder
Builder for endpoint consumers for the SEDA component.
|
static interface |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder
Builder for endpoint producers for the SEDA component.
|
| Modifier and Type | Method and Description |
|---|---|
static SedaEndpointBuilderFactory.SedaEndpointBuilder |
seda(String path)
SEDA (camel-seda)
The seda component provides asynchronous call to another endpoint from
any CamelContext in the same JVM.
|
static SedaEndpointBuilderFactory.SedaEndpointBuilder seda(String path)
seda:name
Path parameter: name (required)
Name of queueApache Camel