接口 SimpSubscription
public interface SimpSubscription
Represents a subscription within a user session.- 从以下版本开始:
- 4.2
- 作者:
- Rossen Stoyanchev
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 String
getDestination()
Return the subscription's destination.String
getId()
Return the id associated of the subscription.SimpSession
getSession()
Return the session of the subscription.
方法详细资料
getSession
SimpSession getSession()
Return the session of the subscription.
getDestination
String getDestination()
Return the subscription's destination.