Interface SendNotificationService


public interface SendNotificationService
Service that enables publishing a KEN notification document.
  • 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

      NotificationResponse sendNotification(Notification notification)
      This method allows consumers to send notification messages.
      Parameters:
      notification -
      Returns:
      NotificationResponse
      Since:
      2.0.1