Interface AttributeSubscriptionService


@PublicApi public interface AttributeSubscriptionService

AttributeSubscriptionService manages attribute subscriptions. A subscription allows the client to "watch" a particular set of values, identified by a set of rows and attributes, retrieve updates to this set of values in versioned manner, and perform background loading.

Subscriptions are kept in a cache and may be deleted / closed if not used or if there are too many subscriptions.

See Also: