Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
A publisher can make subscription information to later retrieve registry data based on the subscription. Notes:
- Subscriptions are identified by a unique key. This key can be provided by the publisher (must have owning key generator) or be generated by the system. Validation should ensure that no entities use a proposed key (and vice versa, saving entities should now check the subscription keys for clashes).
- bindingKey and notificationInterval values are used for asynchronous notification.
- the subscription filter input contains a collection of find_* and get_* xml messages that will be used to query the registry to get results. how should these be stored? As text blobs or serialized objects?
- Read section 5.5.8 of spec for more information