Package | Description |
---|---|
com.sas.lsaf.messaging.subscription |
The service for creating and retrieving subscriptions.
|
Modifier and Type | Method and Description |
---|---|
Set<Subscription> |
SubscriptionService.getSubscriptions()
Gets all the subscriptions for the current user.
|
Set<Subscription> |
SubscriptionService.getSubscriptionsByPath(String path)
Gets the subscriptions for the path.
|
Set<Subscription> |
SubscriptionService.setSubscriptions(String path,
Set<SubscriptionEvent> events)
Sets the subscriptions for the path for the current user.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA