Uses of Interface
br.com.anteros.mqtt.core.server.dispatcher.IMqttMessageDispatcher
-
-
Uses of IMqttMessageDispatcher in br.com.anteros.mqtt.core.server
Methods in br.com.anteros.mqtt.core.server that return IMqttMessageDispatcher Modifier and Type Method Description IMqttMessageDispatcherMqttServerCreator. getMessageDispatcher()Methods in br.com.anteros.mqtt.core.server with parameters of type IMqttMessageDispatcher Modifier and Type Method Description MqttServerCreatorMqttServerCreator. messageDispatcher(IMqttMessageDispatcher messageDispatcher) -
Uses of IMqttMessageDispatcher in br.com.anteros.mqtt.core.server.broker
Classes in br.com.anteros.mqtt.core.server.broker that implement IMqttMessageDispatcher Modifier and Type Class Description classDefaultMqttBrokerDispatcher默认的消息转发器 -
Uses of IMqttMessageDispatcher in br.com.anteros.mqtt.core.server.dispatcher
Classes in br.com.anteros.mqtt.core.server.dispatcher that implement IMqttMessageDispatcher Modifier and Type Class Description classAbstractMqttMessageDispatcher内部消息转发抽象 -
Uses of IMqttMessageDispatcher in br.com.anteros.mqtt.core.server.http.api
Constructors in br.com.anteros.mqtt.core.server.http.api with parameters of type IMqttMessageDispatcher Constructor Description MqttHttpApi(IMqttMessageDispatcher messageDispatcher)
-