public class UserAddedNotificationManager extends Object
| Constructor and Description |
|---|
UserAddedNotificationManager(UserAddedNotificationMailer userAddedNotificationMailer) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendUserAddedNotification(User user)
Publishes a
UserAddedNotificationEvent to be consumed by the appropriate listeners |
public UserAddedNotificationManager(UserAddedNotificationMailer userAddedNotificationMailer)
public void sendUserAddedNotification(User user) throws InvalidEmailAddressException, MailSendException
UserAddedNotificationEvent to be consumed by the appropriate listenersuser - new user added to CrowdInvalidEmailAddressExceptionMailSendExceptionCopyright © 2024 Atlassian. All rights reserved.