@Deprecated public class CollectionProducer extends DefaultAsyncProducer
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Exchange> |
queue
Deprecated.
|
logshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
CollectionProducer(Endpoint endpoint,
Collection<Exchange> queue)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Exchange exchange,
AsyncCallback callback)
Deprecated.
Processes the message exchange.
|
processcreateExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendprotected final Collection<Exchange> queue
public CollectionProducer(Endpoint endpoint, Collection<Exchange> queue)
public boolean process(Exchange exchange, AsyncCallback callback)
AsyncProcessorProcessor.process(org.apache.camel.Exchange), but the caller supports having the exchange asynchronously processed.
If there was a failure processing then the caused Exception would be set on the Exchange.exchange - the message exchangecallback - the AsyncCallback will be invoked when the processing of the exchange is completed.
If the exchange is completed synchronously, then the callback is also invoked synchronously.
The callback should therefore be careful of starting recursive loop.Apache Camel