Chapter 14. Notification Domain

The notification domain is an abstraction for basic notification services, like for example email notification.

14.1. Description

The notification domain provides the functionality for sending notifications to a specific recipient.

14.2. Functional Interface

Link to the Java Domain Interface on Github. This interface also contains information about events raised by this domain.

14.3. Connectors

14.3.1. Email Connector

The email connector is a simple notification connector based on the java mail API.

14.3.1.1. External Tool Configuration

No external tool configuration is necessary.