| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SedaEndpointBuilderFactory.SedaEndpointBuilder |
StaticEndpointBuilders.seda(String path)
SEDA (camel-seda)
Asynchronously call another endpoint from any Camel Context in the same
JVM.
|
static SedaEndpointBuilderFactory.SedaEndpointBuilder |
StaticEndpointBuilders.seda(String componentName,
String path)
SEDA (camel-seda)
Asynchronously call another endpoint from any Camel Context in the same
JVM.
|
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder.basic() |
static SedaEndpointBuilderFactory.SedaEndpointBuilder |
SedaEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
SedaEndpointBuilderFactory.SedaBuilders.seda(String path)
SEDA (camel-seda)
Asynchronously call another endpoint from any Camel Context in the
same JVM.
|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
SedaEndpointBuilderFactory.SedaBuilders.seda(String componentName,
String path)
SEDA (camel-seda)
Asynchronously call another endpoint from any Camel Context in the
same JVM.
|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
SedaEndpointBuilderFactory.SedaEndpointBuilder.size(int size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default SedaEndpointBuilderFactory.SedaEndpointBuilder |
SedaEndpointBuilderFactory.SedaEndpointBuilder.size(String size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
Apache Camel