Uses of Interface
cool.mqtt.hooks.MqttSubscription
-
Packages that use MqttSubscription Package Description cool.mqtt.hooks -
-
Uses of MqttSubscription in cool.mqtt.hooks
Methods in cool.mqtt.hooks with parameters of type MqttSubscription Modifier and Type Method Description booleanMQTTCoolHook. canSubscribe(java.lang.String sessionId, java.lang.String clientId, java.lang.String brokerAddress, MqttSubscription subscription)Checks whether the client is authorized to send the given subscription to the specified MQTT broker.booleanSimpleCoolHook. canSubscribe(java.lang.String sessionId, java.lang.String clientId, java.lang.String brokerAddress, MqttSubscription subscription)This implementation always returnstrue.
-