Interface NotificationService
- All Known Implementing Classes:
StandardNotificationService
public interface NotificationService
Uses the scope of the current operation to build instances of
NotificationBuilder.-
Method Summary
-
Method Details
-
getBuilder
NotificationBuilder getBuilder()Gets an instance ofNotificationBuilder. This includes a pre-configuredNotificationBuilderwith the currentProfileandApplicationtherefore making it only necessary to specify the recipient usingNotificationBuilder.recipient(Profile).- Returns:
- the
NotificationBuilder
-