Class DefaultMqttBrokerDispatcher
- java.lang.Object
-
- br.com.anteros.mqtt.core.server.dispatcher.AbstractMqttMessageDispatcher
-
- br.com.anteros.mqtt.core.server.broker.DefaultMqttBrokerDispatcher
-
- All Implemented Interfaces:
IMqttMessageDispatcher
public class DefaultMqttBrokerDispatcher extends AbstractMqttMessageDispatcher
默认的消息转发器- Author:
- L.cm
-
-
Field Summary
-
Fields inherited from class br.com.anteros.mqtt.core.server.dispatcher.AbstractMqttMessageDispatcher
mqttServer, sessionManager
-
-
Constructor Summary
Constructors Constructor Description DefaultMqttBrokerDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendAll(br.com.anteros.mqtt.core.server.model.Message message)转发所有消息-
Methods inherited from class br.com.anteros.mqtt.core.server.dispatcher.AbstractMqttMessageDispatcher
config, send
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface br.com.anteros.mqtt.core.server.dispatcher.IMqttMessageDispatcher
send
-
-
-
-
Method Detail
-
sendAll
public void sendAll(br.com.anteros.mqtt.core.server.model.Message message)
Description copied from class:AbstractMqttMessageDispatcher转发所有消息- Specified by:
sendAllin classAbstractMqttMessageDispatcher- Parameters:
message- Message
-
-