Uses of Interface
cool.mqtt.hooks.MqttMessage
-
Packages that use MqttMessage Package Description cool.mqtt.hooks -
-
Uses of MqttMessage in cool.mqtt.hooks
Methods in cool.mqtt.hooks that return MqttMessage Modifier and Type Method Description MqttMessageMqttBrokerConfig. getWillMessage()Gets theWill Messageto be stored by the MQTT broker.MqttMessageMqttConnectOptions. getWillMessage()Gets theWill Messageto be stored by the MQTT broker.Methods in cool.mqtt.hooks with parameters of type MqttMessage Modifier and Type Method Description booleanMQTTCoolHook. canPublish(java.lang.String sessionId, java.lang.String clientId, java.lang.String brokerAddress, MqttMessage message)Checks whether the client is authorized to publish the given message to the specified MQTT broker.booleanSimpleCoolHook. canPublish(java.lang.String sessionId, java.lang.String clientId, java.lang.String brokerAddress, MqttMessage message)This implementation always returnstrue.
-