Package | Description |
---|---|
com.sas.hls.messaging.subscription |
Service for creating and retrieving subscriptions.
|
Modifier and Type | Method and Description |
---|---|
SubscribableEvent |
Subscription.getSubscriptionEvent()
Get the event subscribing to
|
Modifier and Type | Method and Description |
---|---|
Set<SubscribableEvent> |
SubscriptionService.getSubscribableEvents(String objectType)
Get the subscribable events available for the specified object type.
|
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.
|
Set<Subscription> |
SubscriptionService.getSubscriptionsByPathAndEvent(String path,
SubscribableEvent event)
Get the subscriptions for the specified path and specified event.
|
void |
Subscription.setSubscriptionEvent(SubscribableEvent event)
Set the event subscribing to
|
Constructor and Description |
---|
Subscription(String path,
Principal principal,
SubscribableEvent event,
boolean cascade)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA