Package com.qfs.snl.messages
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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
IMessageBox interface represents ActiveMonitor Messages. -
Method Summary
Modifier and TypeMethodDescriptionGets the instance containing all messages of a give recipient.void
Sends a message.
-
Method Details
-
send
Sends a message.- Parameters:
message
- message to send
-
getBox
Gets the instance containing all messages of a give recipient.- Parameters:
recipient
- the name of the recipient.- Returns:
- the mailbox
-