Skip to content

Core Notifications Connector

The Core Notifications Connector microservice is a service that handles the synchronization between Suite Notifications and Core Legacy Internal Messages. To keep track of the synchronization, it creates a Notification Correlation entity to store the correlation between Core Internal Message Id and Suite Notification Correlation Id.

Notification Correlation

A Notification Correlation entity represents a relationship between the Ids of the Suite Notification and the Core Internal Message. Using as index both ids to make sure to create that relationship only once.

See Also