- setBlockUntilConnected(boolean) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets whether to block the start() method until connected for the first time.
- setBrokerUrl(String) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the broker URL (compulsory).
- setClientId(String) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the MQTT client ID (optional).
- setConnectOptions(MqttConnectOptions) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the MQTT client connect options, where users can configured the last will and testament, durability, etc.
- setDisconnectForcibly(boolean) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets whether to disconnect forcibly or not when shutting down.
- setDisconnectForciblyTimeout(Integer) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the timeout if disconnecting forcibly.
- setDisconnectQuiesceTimeout(Integer) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the quiesce timeout on disconnection.
- setPersistence(MqttClientPersistence) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the persistence mechanism.
- setQualitiesOfService(List<Integer>) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the qualities of service to use for multiple topic subscriptions.
- setQualityOfService(Integer) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the quality of service to use for a single topic subscription (optional).
- setRetryStopStrategy(StopStrategy) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the strategy to determine when to stop retrying to (re-)connect.
- setRetryWaitStrategy(WaitStrategy) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the strategy to determine how long to wait between retry attempts.
- setTopic(String) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the topic to subscribe to, if a single topic.
- setTopics(List<String>) - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Sets the topics to subscribe to, if many.
- start() - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Starts streamer.
- stop() - Method in class org.apache.ignite.stream.mqtt.MqttStreamer
-
Stops streamer.