Difference between revisions of "Cross-border Subscriptions"

From DE4A
Jump to navigation Jump to search
Line 14: Line 14:
 
|-
 
|-
 
|[[Subscription System]]
 
|[[Subscription System]]
|Application component managing the entire life cycle of subscriptions, ie creation and maintaining subscriptions.  
+
|Application component managing the entire life cycle of subscriptions, ie creation and maintaining subscriptions. It also offers functionality for validating subscriptions (...), confirmation of a subscription (...) and error handling.  
 
The component provides an interface for the base registry.
 
The component provides an interface for the base registry.
  
Line 20: Line 20:
 
|-
 
|-
 
|[[Cross-border Event Handler]]
 
|[[Cross-border Event Handler]]
|Application component handling the cross-border events. It filters all national events for relevant cross-border events and takes care of preparing a notification message and compiling a subscribers list.
+
|Application component handling the cross-border events. It filters all national events for relevant cross-border events and takes care of preparing a notification message and compiling a subscribers list to which the notification must be send.
 
The component provides an interface for the base registry.
 
The component provides an interface for the base registry.
 
|[[Subscription and Notification Pattern|S&N]]
 
|[[Subscription and Notification Pattern|S&N]]
 
|-
 
|-
 
|[[Notification Back-end]]
 
|[[Notification Back-end]]
|Application component serving the front-end  
+
|Application component serving the front-end.
 
|[[Subscription and Notification Pattern|S&N]]
 
|[[Subscription and Notification Pattern|S&N]]
 
|-
 
|-

Revision as of 11:01, 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, ie creation and maintaining subscriptions. It also offers functionality for validating subscriptions (...), confirmation of a subscription (...) and error handling.

The component provides an interface for the base registry.

S&N
Cross-border Event Handler Application component handling the cross-border events. It filters all national events for relevant cross-border events and takes care of preparing a notification message and compiling a subscribers list to which the notification must be send.

The component provides an interface for the base registry.

S&N
Notification Back-end Application component serving the front-end. S&N
Notification Front-end Application component providing the UI for civil servants in order to dispatch events and consult logging information for trouble shooting. S&N