Package org.kuali.rice.ken.api.service
Interface SendNotificationService
public interface SendNotificationService
Service that enables publishing a KEN notification document.
-
Method Summary
Modifier and TypeMethodDescriptionThis method invokes a notification with the given message.sendNotification(Notification notification) This method allows consumers to send notification messages.
-
Method Details
-
invoke
NotificationResponse invoke(String message) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException This method invokes a notification with the given message. This particular service accepts the actual business object.- Parameters:
message-- Returns:
- NotificationResponse
- Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-
sendNotification
This method allows consumers to send notification messages.- Parameters:
notification-- Returns:
- NotificationResponse
- Since:
- 2.0.1
-