- setCleanConnection(boolean) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
Set to false if you want the MQTT server to persist topic subscriptions and ack positions across client sessions.
- setConnectAttemptsMax(long) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
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.
- setKeyPassword(String) - Method in class org.apache.storm.mqtt.ssl.DefaultKeyStoreLoader
-
- setKeyStorePassword(String) - Method in class org.apache.storm.mqtt.ssl.DefaultKeyStoreLoader
-
- setPassword(String) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
The password for authenticated sessions.
- setQos(int) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
Sets the quality of service to use for MQTT messages.
- setReconnectAttemptsMax(long) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
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.storm.mqtt.common.MqttOptions
-
The Exponential backoff be used between reconnect attempts.
- setReconnectDelay(long) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
How long to wait in ms before the first reconnect attempt.
- setReconnectDelayMax(long) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
The maximum amount of time in ms to wait between reconnect attempts.
- setTopics(List<String>) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
A list of MQTT topics to subscribe to.
- setTrustStorePassword(String) - Method in class org.apache.storm.mqtt.ssl.DefaultKeyStoreLoader
-
- setUrl(String) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
Sets the url for connecting to the MQTT broker.
- setUserName(String) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
The username for authenticated sessions.
- setWillPayload(String) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
The Will message to send.
- setWillQos(int) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
Sets the quality of service to use for the MQTT Will message.
- setWillRetain(boolean) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
Set to true if you want the Will message to be published with the retain option.
- setWillTopic(String) - Method in class org.apache.storm.mqtt.common.MqttOptions
-
If set the server will publish the client’s Will message to the specified topics if the client has an unexpected disconnection.
- sslContext(String, KeyStoreLoader) - Static method in class org.apache.storm.mqtt.common.SslUtils
-
- SslUtils - Class in org.apache.storm.mqtt.common
-
- StringMessageMapper - Class in org.apache.storm.mqtt.mappers
-
Given a String topic and byte[] message, emits a tuple with fields “topic” and “message”, both of which are Strings.
- StringMessageMapper() - Constructor for class org.apache.storm.mqtt.mappers.StringMessageMapper
-