Interface SubscriptionEvent
-
- All Known Implementing Classes:
SubscriptionEventImpl
public interface SubscriptionEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getQos()
SubscriptionState
getSubscriptionState()
String
getTopic()
-
-
-
Method Detail
-
getQos
Integer getQos()
-
getSubscriptionState
SubscriptionState getSubscriptionState()
-
getTopic
String getTopic()
-
-