public class ControlBusProducer
extends org.apache.camel.support.DefaultAsyncProducer
| Constructor and Description |
|---|
ControlBusProducer(org.apache.camel.Endpoint endpoint,
org.apache.camel.spi.CamelLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
ControlBusEndpoint |
getEndpoint() |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
protected void |
processByAction(org.apache.camel.Exchange exchange) |
protected void |
processByLanguage(org.apache.camel.Exchange exchange,
org.apache.camel.spi.Language language) |
createExchange, doStart, doStop, isSingleton, toStringbuild, doBuild, doInit, doResume, doShutdown, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic ControlBusProducer(org.apache.camel.Endpoint endpoint,
org.apache.camel.spi.CamelLogger logger)
public ControlBusEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerpublic boolean process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback)
protected void processByLanguage(org.apache.camel.Exchange exchange,
org.apache.camel.spi.Language language)
throws Exception
ExceptionApache Camel