|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncCallback | |
---|---|
org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
Uses of AsyncCallback in org.apache.camel |
---|
Methods in org.apache.camel with parameters of type AsyncCallback | |
---|---|
void |
AsyncProcessor.process(Exchange exchange,
AsyncCallback callback)
Deprecated. Processes the message exchange |
Uses of AsyncCallback in org.apache.camel.processor |
---|
Methods in org.apache.camel.processor with parameters of type AsyncCallback | |
---|---|
protected void |
SendAsyncProcessor.doAsyncProcess(AsyncProcessor producer,
Exchange exchange,
AsyncCallback callback)
Deprecated. The producer is already capable of async processing so let it process it directly. |
protected void |
SendAsyncProcessor.doSimulateAsyncProcess(Processor producer,
Exchange exchange,
AsyncCallback callback)
Deprecated. The producer is not capable of async processing so lets simulate this by transferring the task to another ExecutorService for async processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |