| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SedaEndpointBuilderFactory.AdvancedSedaEndpointBuilder
Advanced builder for endpoint for the SEDA component.
|
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.SedaEndpointProducerBuilder.advanced() |
default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.queue(BlockingQueue queue)
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.queue(String queue)
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder |
SedaEndpointBuilderFactory.AdvancedSedaEndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel