public interface Subscription
Modifier and Type | Method and Description |
---|---|
TopicClient |
getClient()
Returns the Client.
|
Topic |
getTopic()
Returns the Topic.
|
boolean |
isClosed()
Indicates whether the subscription is still current.
|
Topic getTopic()
TopicClient getClient()
boolean isClosed()
A subscription may be returned which applies to a Client that is no longer connected in which case this would return false.
Copyright © 2016 Push Technology Ltd. All Rights Reserved.