Package com.storedobject.core
Interface Notifye
- All Known Implementing Classes:
Person
,SystemUser
,SystemUserGroup
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface that denotes that notifications can be received.
- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionboolean
notify
(String templateName, TransactionManager tm, Object... messageParameters) Create and send a message to this receiver.
-
Method Details
-
notify
Create and send a message to this receiver.Note: If the template doesn't exist, the default template is used.
- Parameters:
templateName
- Name of the template to create the message.tm
- Transaction manager.messageParameters
- Parameters for creating message from the associated template.- Returns:
- True the message is successfully created for delivery.
-