@Component(value="paho-mqtt5")
public class PahoMqtt5Component
extends org.apache.camel.support.DefaultComponent
| Constructor and Description |
|---|
PahoMqtt5Component() |
PahoMqtt5Component(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
org.eclipse.paho.mqttv5.client.MqttClient |
getClient() |
PahoMqtt5Configuration |
getConfiguration() |
void |
setClient(org.eclipse.paho.mqttv5.client.MqttClient client)
To use a shared Paho client
|
void |
setConfiguration(PahoMqtt5Configuration configuration)
To use the shared Paho configuration
|
afterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, 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, toString, wait, wait, waitpublic PahoMqtt5Component()
public PahoMqtt5Component(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionpublic PahoMqtt5Configuration getConfiguration()
public void setConfiguration(PahoMqtt5Configuration configuration)
public org.eclipse.paho.mqttv5.client.MqttClient getClient()
public void setClient(org.eclipse.paho.mqttv5.client.MqttClient client)
Apache Camel