Interface SimpSubscription
public interface SimpSubscription
Represents a subscription within a user session.- Since:
- 4.2
- Author:
- Rossen Stoyanchev
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestination()Return the subscription's destination, nevernull.StringgetId()Return the id associated of the subscription, nevernull.SimpSessiongetSession()Return the session of the subscription, nevernull.
Method Detail
getSession
SimpSession getSession()
Return the session of the subscription, nevernull.
getDestination
String getDestination()
Return the subscription's destination, nevernull.