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 Details

    • running

      private boolean running
  • Constructor Details

  • Method Details