public interface Subscription
It can be used to trigger un-subscription actions.
Modifier and Type | Method and Description |
---|---|
String |
getTopic()
Returns the name of the subscribed topic.
|
Promise<SubscriptionAck,IOException> |
unsubscribe()
Un-subscribes from the topic asynchronously.
|
String getTopic()
Promise<SubscriptionAck,IOException> unsubscribe()
Copyright 2011-2017 ForgeRock AS.