public class VmConsumer
extends org.apache.camel.component.seda.SedaConsumer
implements org.apache.camel.CamelContextAware
| Constructor and Description |
|---|
VmConsumer(VmEndpoint endpoint,
org.apache.camel.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.CamelContext |
getCamelContext() |
protected org.apache.camel.Exchange |
prepareExchange(org.apache.camel.Exchange exchange)
Strategy to prepare exchange for being processed by this consumer
|
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
deferShutdown, doResume, doRun, doShutdown, doStart, doStop, doSuspend, getEndpoint, getPendingExchangesSize, isRunAllowed, prepareShutdown, run, sendToConsumerscreateUoW, doInit, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, setExceptionHandler, setRoute, setRouteId, toStringbuild, doBuild, doFail, doLifecycleChange, fail, getStatus, init, isBuild, isInit, isNew, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic VmConsumer(VmEndpoint endpoint, org.apache.camel.Processor processor)
public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwareprotected org.apache.camel.Exchange prepareExchange(org.apache.camel.Exchange exchange)
prepareExchange in class org.apache.camel.component.seda.SedaConsumerexchange - the exchangeApache Camel