Skip navigation links
C D E G I M O P S U 

C

createConnection() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.mqtt.MQTTComponent
 
createProducer() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 

D

doStart() - Method in class org.apache.camel.component.mqtt.MQTTConsumer
 
doStart() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 
doStart() - Method in class org.apache.camel.component.mqtt.MQTTProducer
 
doStop() - Method in class org.apache.camel.component.mqtt.MQTTConsumer
 
doStop() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 

E

ensureConnected() - Method in class org.apache.camel.component.mqtt.MQTTProducer
 

G

getBlockingExecutor() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getConfiguration() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 
getConnectAttemptsMax() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getConnectWaitInSeconds() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getDisconnectWaitInSeconds() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getDispatchQueue() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.mqtt.MQTTConsumer
 
getHost() - Method in class org.apache.camel.component.mqtt.MQTTComponent
 
getHost() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getLocalAddress() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getMaxReadRate() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getMaxWriteRate() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getMqttQosPropertyName() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getMqttRetainPropertyName() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getMqttTopicPropertyName() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Deprecated.
getName() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 
getPassword() - Method in class org.apache.camel.component.mqtt.MQTTComponent
 
getPublishTopicName() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getQoS() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getQualityOfService() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getReceiveBufferSize() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getReconnectAttemptsMax() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getReconnectBackOffMultiplier() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getReconnectDelay() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getReconnectDelayMax() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getSendBufferSize() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getSendWaitInSeconds() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getSslContext() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getSubscribeTopicName() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Deprecated.
getSubscribeTopicNames() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getTrafficClass() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
getUserName() - Method in class org.apache.camel.component.mqtt.MQTTComponent
 
getVersion() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 

I

isByDefaultRetain() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
isLazySessionCreation() - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
isSingleton() - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
 

M

MQTT_PUBLISH_TOPIC - Static variable in class org.apache.camel.component.mqtt.MQTTConfiguration
 
MQTT_SUBSCRIBE_TOPIC - Static variable in class org.apache.camel.component.mqtt.MQTTConfiguration
 
MQTTComponent - Class in org.apache.camel.component.mqtt
MQTT Component
MQTTComponent() - Constructor for class org.apache.camel.component.mqtt.MQTTComponent
 
MQTTConfiguration - Class in org.apache.camel.component.mqtt
 
MQTTConfiguration() - Constructor for class org.apache.camel.component.mqtt.MQTTConfiguration
 
MQTTConsumer - Class in org.apache.camel.component.mqtt
 
MQTTConsumer(MQTTEndpoint, Processor) - Constructor for class org.apache.camel.component.mqtt.MQTTConsumer
 
MQTTEndpoint - Class in org.apache.camel.component.mqtt
Component for communicating with MQTT M2M message brokers using FuseSource MQTT Client.
MQTTEndpoint(String, MQTTComponent, MQTTConfiguration) - Constructor for class org.apache.camel.component.mqtt.MQTTEndpoint
 
MQTTProducer - Class in org.apache.camel.component.mqtt
 
MQTTProducer(MQTTEndpoint) - Constructor for class org.apache.camel.component.mqtt.MQTTProducer
 

O

org.apache.camel.component.mqtt - package org.apache.camel.component.mqtt
Defines the MQTT Component

P

process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.mqtt.MQTTProducer
 

S

setBlockingExecutor(Executor) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
SSL connections perform blocking operations against internal thread pool unless you call the setBlockingExecutor method to configure that executor they will use instead.
setByDefaultRetain(boolean) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The default retain policy to be used on messages sent to the MQTT broker
setCleanSession(boolean) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Set to false if you want the MQTT server to persist topic subscriptions and ack positions across client sessions.
setClientId(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Use to set the client Id of the session.
setConnectAttemptsMax(long) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The maximum number of reconnect attempts before an error is reported back to the client on the first attempt by the client to connect to a server.
setConnectWaitInSeconds(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Delay in seconds the Component will wait for a connection to be established to the MQTT broker
setDisconnectWaitInSeconds(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The number of seconds the Component will wait for a valid disconnect on stop() from the MQTT broker
setDispatchQueue(DispatchQueue) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
A HawtDispatch dispatch queue is used to synchronize access to the connection.
setHost(String) - Method in class org.apache.camel.component.mqtt.MQTTComponent
The URI of the MQTT broker to connect too - this component also supports SSL - e.g.
setHost(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The URI of the MQTT broker to connect too - this component also supports SSL - e.g.
setHost(URI) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The URI of the MQTT broker to connect too - this component also supports SSL - e.g.
setKeepAlive(short) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Configures the Keep Alive timer in seconds.
setLazySessionCreation(boolean) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sessions can be lazily created to avoid exceptions, if the remote server is not up and running when the Camel producer is started.
setLocalAddress(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The local InetAddress and port to use
setLocalAddress(URI) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
 
setMaxReadRate(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sets the maximum bytes per second that this transport will receive data at.
setMaxWriteRate(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sets the maximum bytes per second that this transport will send data at.
setMqttQosPropertyName(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The property name to look for on an Exchange for an individual published message.
setMqttRetainPropertyName(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The property name to look for on an Exchange for an individual published message.
setMqttTopicPropertyName(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Deprecated.
setName(String) - Method in class org.apache.camel.component.mqtt.MQTTEndpoint
A logical name to use which is not the topic name.
setPassword(String) - Method in class org.apache.camel.component.mqtt.MQTTComponent
Password to be used for authentication against the MQTT broker
setPassword(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Password to be used for authentication against the MQTT broker
setPublishTopicName(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The default Topic to publish messages on
setQualityOfService(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Quality of service level to use for topics.
setReceiveBufferSize(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sets the size of the internal socket receive buffer.
setReconnectAttemptsMax(long) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The maximum number of reconnect attempts before an error is reported back to the client after a server connection had previously been established.
setReconnectBackOffMultiplier(double) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The Exponential backoff be used between reconnect attempts.
setReconnectDelay(long) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
How long to wait in ms before the first reconnect attempt.
setReconnectDelayMax(long) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The maximum amount of time in ms to wait between reconnect attempts.
setSendBufferSize(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sets the size of the internal socket send buffer.
setSendWaitInSeconds(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The maximum time the Component will wait for a receipt from the MQTT broker to acknowledge a published message before throwing an exception
setSslContext(SSLContext) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
To configure security using SSLContext configuration
setSubscribeTopicName(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Deprecated.
setSubscribeTopicNames(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
A comma-delimited list of Topics to subscribe to for messages.
setTrafficClass(int) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sets traffic class or type-of-service octet in the IP header for packets sent from the transport.
setUserName(String) - Method in class org.apache.camel.component.mqtt.MQTTComponent
Username to be used for authentication against the MQTT broker
setUserName(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Username to be used for authentication against the MQTT broker
setVersion(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Set to 3.1.1 to use MQTT version 3.1.1.
setWillMessage(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
The Will message to send.
setWillQos(QoS) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Sets the quality of service to use for the Will message.
setWillRetain(boolean) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
Set to true if you want the Will to be published with the retain option.
setWillTopic(String) - Method in class org.apache.camel.component.mqtt.MQTTConfiguration
If set the server will publish the client's Will message to the specified topics if the client has an unexpected disconnection.

U

useRawUri() - Method in class org.apache.camel.component.mqtt.MQTTComponent
 
C D E G I M O P S U 
Skip navigation links

Apache Camel