public interface SendNotificationService
Modifier and Type | Method and Description |
---|---|
NotificationResponse |
invoke(String message)
This method invokes a notification with the given message.
|
NotificationResponse |
sendNotification(Notification notification)
This method allows consumers to send notification messages.
|
NotificationResponse invoke(String message) throws RiceIllegalArgumentException
message
- RiceIllegalArgumentException
NotificationResponse sendNotification(Notification notification)
notification
- Copyright © 2005–2015 The Kuali Foundation. All rights reserved.