Uses of Interface
br.com.anteros.mqtt.core.server.auth.IMqttServerUniqueIdService
-
Packages that use IMqttServerUniqueIdService Package Description br.com.anteros.mqtt.core.server br.com.anteros.mqtt.core.server.support -
-
Uses of IMqttServerUniqueIdService in br.com.anteros.mqtt.core.server
Methods in br.com.anteros.mqtt.core.server that return IMqttServerUniqueIdService Modifier and Type Method Description IMqttServerUniqueIdServiceMqttServerCreator. getUniqueIdService()Methods in br.com.anteros.mqtt.core.server with parameters of type IMqttServerUniqueIdService Modifier and Type Method Description MqttServerCreatorMqttServerCreator. uniqueIdService(IMqttServerUniqueIdService uniqueIdService) -
Uses of IMqttServerUniqueIdService in br.com.anteros.mqtt.core.server.support
Classes in br.com.anteros.mqtt.core.server.support that implement IMqttServerUniqueIdService Modifier and Type Class Description classDefaultMqttServerUniqueIdServiceImpl默认的 mqtt 服务端唯一 id 绑定,使用 clientId
-