Class InterceptSubscribeMessage
- java.lang.Object
-
- io.moquette.interception.messages.InterceptSubscribeMessage
-
- All Implemented Interfaces:
InterceptMessage
public class InterceptSubscribeMessage extends Object implements InterceptMessage
-
-
Constructor Summary
Constructors Constructor Description InterceptSubscribeMessage(Subscription subscription, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientID()io.netty.handler.codec.mqtt.MqttQoSgetRequestedQos()StringgetTopicFilter()StringgetUsername()
-
-
-
Constructor Detail
-
InterceptSubscribeMessage
public InterceptSubscribeMessage(Subscription subscription, String username)
-
-