public class RouteboxSedaProducer extends org.apache.camel.impl.DefaultAsyncProducer implements RouteboxProducer
Modifier and Type | Field and Description |
---|---|
protected Collection<org.apache.camel.Exchange> |
queue |
Constructor and Description |
---|
RouteboxSedaProducer(RouteboxSedaEndpoint endpoint,
BlockingQueue<org.apache.camel.Exchange> queue,
org.apache.camel.WaitForTaskToComplete waitForTaskToComplete,
long timeout) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
protected final Collection<org.apache.camel.Exchange> queue
public RouteboxSedaProducer(RouteboxSedaEndpoint endpoint, BlockingQueue<org.apache.camel.Exchange> queue, org.apache.camel.WaitForTaskToComplete waitForTaskToComplete, long timeout)
public boolean process(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
process
in interface org.apache.camel.AsyncProcessor
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
Apache Camel