public abstract class DefaultAsyncProducer extends DefaultProducer implements AsyncProcessor
Producer for implementation inheritance,
which can process Exchanges asynchronously.logshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
DefaultAsyncProducer(Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Exchange exchange)
Processes the message exchange
|
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprocesspublic DefaultAsyncProducer(Endpoint endpoint)
Apache Camel