Interface SimpSubscription
public interface SimpSubscription
Represents a subscription within a user session.
- Since:
- 4.2
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionReturn the subscription's destination.getId()Return the id associated of the subscription.Return the session of the subscription.
- 
Method Details- 
getIdString getId()Return the id associated of the subscription.
- 
getSessionSimpSession getSession()Return the session of the subscription.
- 
getDestinationString getDestination()Return the subscription's destination.
 
-