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.
|
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.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA