Class NotificationTargetFactory
java.lang.Object
de.xima.fc.notification.mgmt.NotificationTargetFactory
Factory class for creating instances of
NotificationTarget.- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationTargetemail()Creates a new instance ofNotificationTargetfor EMAIL channel.
-
Method Details
-
email
Creates a new instance ofNotificationTargetfor EMAIL channel.- Returns:
- A new instance of
NotificationTarget.
-