Uses of Interface
cool.mqtt.hooks.MqttBrokerConfig
-
Packages that use MqttBrokerConfig Package Description cool.mqtt.hooks cool.mqtt.hooks.utils -
-
Uses of MqttBrokerConfig in cool.mqtt.hooks
Methods in cool.mqtt.hooks that return MqttBrokerConfig Modifier and Type Method Description MqttBrokerConfigMQTTCoolHook. resolveAlias(java.lang.String connectionAlias)Gets anMqttBrokerConfiginstance corresponding to theconnection aliasprovided by the client while connecting to MQTT.Cool, if no other static entries have been provided in themqtt_master_connector_conf.xmlfile for the given alias.MqttBrokerConfigSimpleCoolHook. resolveAlias(java.lang.String alias)This implementation always returnsnull. -
Uses of MqttBrokerConfig in cool.mqtt.hooks.utils
Methods in cool.mqtt.hooks.utils that return MqttBrokerConfig Modifier and Type Method Description MqttBrokerConfigMqttBrokerConfigBuilder. build()Returns a newMqttBrokerConfiginstance initialized with all parameters provided to this builder.
-