| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.component.seda | |
| org.apache.camel.component.stub |
The Stub Component which is used for stubbing endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static WaitForTaskToComplete |
WaitForTaskToComplete.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitForTaskToComplete[] |
WaitForTaskToComplete.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WaitForTaskToComplete |
SedaEndpoint.getWaitForTaskToComplete() |
| Modifier and Type | Method and Description |
|---|---|
void |
SedaEndpoint.setWaitForTaskToComplete(WaitForTaskToComplete waitForTaskToComplete)
Option to specify whether the caller should wait for the async task to complete or not before continuing.
|
| Constructor and Description |
|---|
SedaProducer(SedaEndpoint endpoint,
BlockingQueue<Exchange> queue,
WaitForTaskToComplete waitForTaskToComplete,
long timeout)
Deprecated.
Use
the other constructor. |
SedaProducer(SedaEndpoint endpoint,
BlockingQueue<Exchange> queue,
WaitForTaskToComplete waitForTaskToComplete,
long timeout,
boolean blockWhenFull,
long offerTimeout)
Deprecated.
Use
the other constructor. |
SedaProducer(SedaEndpoint endpoint,
WaitForTaskToComplete waitForTaskToComplete,
long timeout,
boolean blockWhenFull,
long offerTimeout) |
| Constructor and Description |
|---|
StubProducer(SedaEndpoint endpoint,
WaitForTaskToComplete waitForTaskToComplete,
long timeout,
boolean blockWhenFull,
long offerTimeout) |
Apache Camel