Uses of Interface
de.iip_ecosphere.platform.transport.spring.binder.mqttv5.MqttClient.ArrivedCallback
-
-
Uses of MqttClient.ArrivedCallback in de.iip_ecosphere.platform.transport.spring.binder.mqttv5
Classes in de.iip_ecosphere.platform.transport.spring.binder.mqttv5 that implement MqttClient.ArrivedCallback Modifier and Type Class Description private classMqttV5MessageProducer.CallbackThe topic-specific reception callback.Fields in de.iip_ecosphere.platform.transport.spring.binder.mqttv5 with type parameters of type MqttClient.ArrivedCallback Modifier and Type Field Description private java.util.Map<java.lang.String,MqttClient.ArrivedCallback>MqttClient.Callback. callbacksMethods in de.iip_ecosphere.platform.transport.spring.binder.mqttv5 with parameters of type MqttClient.ArrivedCallback Modifier and Type Method Description (package private) booleanMqttClient. subscribeTo(java.lang.String topic, MqttClient.ArrivedCallback arrivedCallback)
-