Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
AsyncProducer |
Endpoint.createAsyncProducer()
Creates a new producer which is used send messages into the endpoint
|
Modifier and Type | Method and Description |
---|---|
AsyncProducer |
ProducerCache.acquireProducer(Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProducerCache.AsyncProducerCallback.doInAsyncProducer(AsyncProducer asyncProducer,
Exchange exchange,
AsyncCallback callback)
Performs operation on the given producer to send the given exchange.
|
void |
ProducerCache.releaseProducer(Endpoint endpoint,
AsyncProducer producer) |
Apache Camel