public interface ISubscription
A subscription
abstract String
getId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract String getId()
The unique identifier for this subscription. This will be an empty string until the subscription has been successfully created on the backend and assigned an ID. Use addChangeHandler to be notified when the id has been successfully assigned.