Skip navigation links
Camel :: Paho 2.21.0.fuse-000112-redhat-3
C D G H I M N O P R S V 

C

CAMEL_PAHO - Static variable in class org.apache.camel.component.paho.PahoConstants
 
CAMEL_PAHO_MSG_QOS - Static variable in class org.apache.camel.component.paho.PahoConstants
 
CAMEL_PAHO_MSG_RETAINED - Static variable in class org.apache.camel.component.paho.PahoConstants
 
CAMEL_PAHO_OVERRIDE_TOPIC - Static variable in class org.apache.camel.component.paho.PahoConstants
 
createConsumer(Processor) - Method in class org.apache.camel.component.paho.PahoEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.paho.PahoComponent
 
createExchange(MqttMessage, String) - Method in class org.apache.camel.component.paho.PahoEndpoint
 
createProducer() - Method in class org.apache.camel.component.paho.PahoEndpoint
 

D

DEFAULT_BROKER_URL - Static variable in class org.apache.camel.component.paho.PahoConstants
 
DEFAULT_QOS - Static variable in class org.apache.camel.component.paho.PahoConstants
 
doStart() - Method in class org.apache.camel.component.paho.PahoConsumer
 
doStart() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
doStop() - Method in class org.apache.camel.component.paho.PahoConsumer
 
doStop() - Method in class org.apache.camel.component.paho.PahoEndpoint
 

G

getBrokerUrl() - Method in class org.apache.camel.component.paho.PahoComponent
 
getBrokerUrl() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getClient() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getClientId() - Method in class org.apache.camel.component.paho.PahoComponent
 
getClientId() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getComponent() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getConnectOptions() - Method in class org.apache.camel.component.paho.PahoComponent
 
getConnectOptions() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.paho.PahoConsumer
 
getEndpoint() - Method in class org.apache.camel.component.paho.PahoProducer
 
getFilePersistenceDirectory() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getMqttMessage() - Method in class org.apache.camel.component.paho.PahoMessage
 
getPassword() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getPersistence() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getQos() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getTopic() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
getUserName() - Method in class org.apache.camel.component.paho.PahoEndpoint
 

H

HEADER_ORIGINAL_MESSAGE - Static variable in class org.apache.camel.component.paho.PahoConstants
Deprecated.

I

isAutoReconnect() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
isRetained() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
isSingleton() - Method in class org.apache.camel.component.paho.PahoEndpoint
 

M

MQTT_TOPIC - Static variable in class org.apache.camel.component.paho.PahoConstants
Header indicating a topic of a MQTT message.

N

newInstance() - Method in class org.apache.camel.component.paho.PahoMessage
 

O

org.apache.camel.component.paho - package org.apache.camel.component.paho
 

P

PahoComponent - Class in org.apache.camel.component.paho
Component to integrate with the Eclispe Paho MQTT library.
PahoComponent() - Constructor for class org.apache.camel.component.paho.PahoComponent
 
PahoConstants - Class in org.apache.camel.component.paho
Constants to use when working with Paho component.
PahoConsumer - Class in org.apache.camel.component.paho
 
PahoConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.component.paho.PahoConsumer
 
PahoEndpoint - Class in org.apache.camel.component.paho
Component for communicating with MQTT M2M message brokers using Eclipse Paho MQTT Client.
PahoEndpoint(String, String, Component) - Constructor for class org.apache.camel.component.paho.PahoEndpoint
 
PahoMessage - Class in org.apache.camel.component.paho
 
PahoMessage(CamelContext, MqttMessage) - Constructor for class org.apache.camel.component.paho.PahoMessage
 
PahoPersistence - Enum in org.apache.camel.component.paho
 
PahoProducer - Class in org.apache.camel.component.paho
 
PahoProducer(PahoEndpoint) - Constructor for class org.apache.camel.component.paho.PahoProducer
 
process(Exchange) - Method in class org.apache.camel.component.paho.PahoProducer
 

R

resolveMqttConnectOptions() - Method in class org.apache.camel.component.paho.PahoEndpoint
 
resolvePersistence() - Method in class org.apache.camel.component.paho.PahoEndpoint
 

S

setAutoReconnect(boolean) - Method in class org.apache.camel.component.paho.PahoEndpoint
Client will automatically attempt to reconnect to the server if the connection is lost
setBrokerUrl(String) - Method in class org.apache.camel.component.paho.PahoComponent
The URL of the MQTT broker.
setBrokerUrl(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
The URL of the MQTT broker.
setClient(MqttClient) - Method in class org.apache.camel.component.paho.PahoEndpoint
To use the existing MqttClient instance as client.
setClientId(String) - Method in class org.apache.camel.component.paho.PahoComponent
MQTT client identifier.
setClientId(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
MQTT client identifier.
setConnectOptions(MqttConnectOptions) - Method in class org.apache.camel.component.paho.PahoComponent
Client connection options
setConnectOptions(MqttConnectOptions) - Method in class org.apache.camel.component.paho.PahoEndpoint
Client connection options
setFilePersistenceDirectory(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
Base directory used by the file persistence provider.
setMqttMessage(MqttMessage) - Method in class org.apache.camel.component.paho.PahoMessage
 
setPassword(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
Password to be used for authentication against the MQTT broker
setPersistence(PahoPersistence) - Method in class org.apache.camel.component.paho.PahoEndpoint
Client persistence to be used - memory or file.
setQos(int) - Method in class org.apache.camel.component.paho.PahoEndpoint
Client quality of service level (0-2).
setRetained(boolean) - Method in class org.apache.camel.component.paho.PahoEndpoint
Retain option
setTopic(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
Name of the topic
setUserName(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
Username to be used for authentication against the MQTT broker

V

valueOf(String) - Static method in enum org.apache.camel.component.paho.PahoPersistence
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.paho.PahoPersistence
Returns an array containing the constants of this enum type, in the order they are declared.
C D G H I M N O P R S V 
Skip navigation links
Camel :: Paho 2.21.0.fuse-000112-redhat-3

Apache Camel