Difference between revisions of "Subscription System"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
|- | |- | ||
| description | | description | ||
− | | Application component managing the entire life cycle of subscriptions, ie creation and maintaining subscriptions. It also offers functionality for validating subscriptions ( | + | | Application component managing the entire life cycle of subscriptions, ie creation and maintaining subscriptions. It also offers functionality for validating subscriptions (does subject exist?, is the event supported?, is the subscription changing an existing subscription?), confirmation of a subscription (...) and error handling. |
The component makes use of an interface to access the base registry. | The component makes use of an interface to access the base registry. | ||
|- | |- |
Revision as of 11:06, 4 June 2021
Item | Description |
---|---|
name | Subscription System |
description | Application component managing the entire life cycle of subscriptions, ie creation and maintaining subscriptions. It also offers functionality for validating subscriptions (does subject exist?, is the event supported?, is the subscription changing an existing subscription?), confirmation of a subscription (...) and error handling.
The component makes use of an interface to access the base registry. |
pattern(s) | S&N |
application collaboration | Cross-border Subscriptions |
Application Service | Description | Pattern |
---|---|---|
Subscription Validation | This service evaluates a subscription request to check if the request can be completed. If it fails the validation the request is rejected and an error message will be send. | S&N |
Subscription Error Handling | In case some error occurs in the evaluation of a subscription request this service will handle it. The content of the error message is collected and send to the Data Transferor (if applicable). | S&N |
Subscription Creation and Update | A service to record a subscription in the registry of the DO as well as update the subscription when needed. | S&N |
Subscription Confirmation | After a subscription was successfully registered the requesting company needs to be notified. This service takes care of this. | S&N |
Component | Source | UC | Description |
---|---|---|---|
xyz | descr xyz | [[]] | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin suscipit mauris eu dui aliquet, feugiat porttitor eros placerat. |
abc | descr abc | [[]] | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin suscipit mauris eu dui aliquet, feugiat porttitor eros placerat. |