Package | Description |
---|---|
com.sas.lsaf.messaging.subscription |
The service for creating and retrieving subscriptions.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionEvent |
Subscription.getEvent()
Gets the path of the object for the subscription.
|
static SubscriptionEvent |
SubscriptionEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionEvent[] |
SubscriptionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.setEvent(SubscriptionEvent event)
Sets the event for the subscription.
|
Modifier and Type | Method and Description |
---|---|
Set<Subscription> |
SubscriptionService.setSubscriptions(String path,
Set<SubscriptionEvent> events)
Sets the subscriptions for the path for the current user.
|
Constructor and Description |
---|
Subscription(String path,
SubscriptionEvent event)
The constructor.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA