public interface ResourceStateSubscriptionDAO extends SubscriptionDAO<ResourceStateSubscription>
| Modifier and Type | Method and Description |
|---|---|
Collection<ResourceStateSubscription> |
listSubscriptions(String prefix,
String resourceType,
String resourceId)
get all subscriptions matching a given prefix and a given resource type.
|
addSubscription, getSubscription, listSubscriptions, listSubscriptions, removeSubscriptionCollection<ResourceStateSubscription> listSubscriptions(String prefix, String resourceType, String resourceId)
prefix - null means any prefixresourceType - resource type.resourceId - resource identifierCopyright © 2017. All rights reserved.