Difference between revisions of "Cross-border Subscriptions"

From DE4A
Jump to navigation Jump to search
Line 8: Line 8:
 
* Subscription
 
* Subscription
 
* Notification
 
* Notification
 
[Application Collaboration]
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|+Application Components of Cross-border Subscription
 
|+Application Components of Cross-border Subscription
Line 16: Line 14:
 
|-
 
|-
 
|[[Subscription System]]
 
|[[Subscription System]]
|
+
|Application component managing the entire life cycle of subscriptions.
|[[Subscription and Notification Pattern|S&N]]
+
 
|-
 
|Required interface: Base Registry to Subscription
 
|
 
 
|[[Subscription and Notification Pattern|S&N]]
 
|[[Subscription and Notification Pattern|S&N]]
 
|-
 
|-
 
|[[Cross-border Event Handler]]
 
|[[Cross-border Event Handler]]
|
+
|Application component handling the cross-border events.
|[[Subscription and Notification Pattern|S&N]]
 
|-
 
|Required Interface: Base Register Event stream
 
|
 
 
|[[Subscription and Notification Pattern|S&N]]
 
|[[Subscription and Notification Pattern|S&N]]
 
|-
 
|-
 
|[[Notification Back-end]]
 
|[[Notification Back-end]]
|
+
|Application component
 
|[[Subscription and Notification Pattern|S&N]]
 
|[[Subscription and Notification Pattern|S&N]]
 
|-
 
|-
 
|[[Notification Front-end]]
 
|[[Notification Front-end]]
|
+
|Application component
 
|[[Subscription and Notification Pattern|S&N]]
 
|[[Subscription and Notification Pattern|S&N]]
 
|}
 
|}

Revision as of 10:46, 4 June 2021

The Cross-border Subscription collaboration consists of one high-level component realizing the functionality needed to complete two processes in the Subscription and Notification Pattern:

  • Subscription
  • Notification
Application Components of Cross-border Subscription
Application Component Description Pattern(s)
Subscription System Application component managing the entire life cycle of subscriptions. S&N
Cross-border Event Handler Application component handling the cross-border events. S&N
Notification Back-end Application component S&N
Notification Front-end Application component S&N