public final class DirectVmProcessor
extends org.apache.camel.support.processor.DelegateAsyncProcessor
| Constructor and Description |
|---|
DirectVmProcessor(org.apache.camel.Processor processor,
DirectVmEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Exchange |
prepareExchange(org.apache.camel.Exchange exchange)
Strategy to prepare exchange for being processed by this consumer
|
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
String |
toString() |
doShutdown, doStart, doStop, getProcessor, hasNext, next, setProcessor, setProcessorbuild, doBuild, doInit, doResume, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic DirectVmProcessor(org.apache.camel.Processor processor,
DirectVmEndpoint endpoint)
public boolean process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback)
process in interface org.apache.camel.AsyncProcessorprocess in class org.apache.camel.support.processor.DelegateAsyncProcessorprotected org.apache.camel.Exchange prepareExchange(org.apache.camel.Exchange exchange)
exchange - the exchangepublic String toString()
toString in class org.apache.camel.support.processor.DelegateAsyncProcessorApache Camel