|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subscription | |
---|---|
com.sas.hls.messaging.subscription | Service for creating and retrieving subscriptions. |
Uses of Subscription in com.sas.hls.messaging.subscription |
---|
Methods in com.sas.hls.messaging.subscription that return Subscription | |
---|---|
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. |
Methods in com.sas.hls.messaging.subscription that return types with arguments of type Subscription | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |