public class ControlBusProducer extends DefaultAsyncProducer
logshutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
ControlBusProducer(Endpoint endpoint,
CamelLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
ControlBusEndpoint |
getEndpoint()
Gets the endpoint this producer sends to.
|
boolean |
process(Exchange exchange,
AsyncCallback callback)
Processes the message exchange.
|
protected void |
processByAction(Exchange exchange) |
protected void |
processByLanguage(Exchange exchange,
Language language) |
processcreateExchange, createExchange, createExchange, doStart, doStop, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic ControlBusProducer(Endpoint endpoint, CamelLogger logger)
public ControlBusEndpoint getEndpoint()
ProducergetEndpoint in interface ProducergetEndpoint in class DefaultProducerpublic 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.protected void processByLanguage(Exchange exchange, Language language) throws java.lang.Exception
java.lang.Exceptionprotected void processByAction(Exchange exchange) throws java.lang.Exception
java.lang.ExceptionCopyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.