public class MQTTProducer
extends org.apache.camel.impl.DefaultAsyncProducer
implements org.apache.camel.Processor
Constructor and Description |
---|
MQTTProducer(MQTTEndpoint mqttEndpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
createExchange, createExchange, createExchange, doStop, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public MQTTProducer(MQTTEndpoint mqttEndpoint)
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
public boolean process(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
process
in interface org.apache.camel.AsyncProcessor
Apache Camel