Package | Description |
---|---|
com.sas.hls.messaging.subscription |
Service for creating and retrieving subscriptions.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionService.createSubscription(String path,
SubscribableEvent event,
Principal principal,
boolean cascade)
Create a subscription to the specified event on the object represented by the specified path, for the given
principal.
|
Modifier and Type | Method and Description |
---|---|
Set<Subscription> |
SubscriptionService.createSubscriptions(String path,
SubscribableEvent event,
Set<Principal> principals,
boolean cascade)
Create a subscription to the specified event on the object represented by the specified path, for the given
principals.
|
Set<Subscription> |
SubscriptionService.getSubscriptionsByPathAndEvent(String path,
SubscribableEvent event)
Get the subscriptions for the specified path and specified event.
|
Set<Subscription> |
SubscriptionService.getSubscriptionsByPrincipal(Principal principal)
Get the subscriptions for the specified principal.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA