public class PahoProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
PahoProducer(PahoEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
org.eclipse.paho.client.mqttv3.MqttClient |
getClient() |
PahoEndpoint |
getEndpoint() |
void |
process(org.apache.camel.Exchange exchange) |
void |
setClient(org.eclipse.paho.client.mqttv3.MqttClient client) |
createExchange, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic PahoProducer(PahoEndpoint endpoint)
public PahoEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerpublic org.eclipse.paho.client.mqttv3.MqttClient getClient()
public void setClient(org.eclipse.paho.client.mqttv3.MqttClient client)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultProducerExceptionApache Camel