Class MqttClient.SendConsumer
java.lang.Object
de.iip_ecosphere.platform.transport.spring.binder.mqttv5.MqttClient.SendConsumer
- All Implemented Interfaces:
Runnable
- Enclosing class:
- MqttClient
private static class MqttClient.SendConsumer extends Object implements Runnable
The send consumer running in parallel taking
send entries from MqttClient.queue to
pass them on to the MQTT client for sending.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields Modifier and Type Field Description private booleanrunning -
Constructor Summary
Constructors Modifier Constructor Description privateSendConsumer() -
Method Summary
Modifier and Type Method Description voidrun()
-
Field Details
-
running
private boolean running
-
-
Constructor Details
-
SendConsumer
private SendConsumer()
-
-
Method Details