Interface IMessageService

All Known Implementing Classes:
MessageService

public interface IMessageService
Messaging service allowing to send messages to ActiveMonitor users and get the ones received.
Author:
ActiveViam
  • Nested Class Summary Link icon

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    IMessageBox interface represents ActiveMonitor Messages.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    getBox(String recipient)
    Gets the instance containing all messages of a give recipient.
    void
    send(IMessage message)
    Sends a message.
  • Method Details Link icon

    • send Link icon

      void send(IMessage message)
      Sends a message.
      Parameters:
      message - message to send
    • getBox Link icon

      Gets the instance containing all messages of a give recipient.
      Parameters:
      recipient - the name of the recipient.
      Returns:
      the mailbox