public interface SimpSubscription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestination()
Return the subscription's destination, never
null . |
java.lang.String |
getId()
Return the id associated of the subscription, never
null . |
SimpSession |
getSession()
Return the session of the subscription, never
null . |
java.lang.String getId()
null
.SimpSession getSession()
null
.java.lang.String getDestination()
null
.