public interface INotificationProcessor<T extends INotificationData>
INotificationData
type.
An INotificationProcessor implementation must be declared using Service Provider Interface ( @see SPI ).
Modifier and Type | Method and Description |
---|---|
void |
process(T notificationData,
Collection<INotificationRecipient> recipients)
Process an
INotificationData with the INotificationRecipient list. |
void process(T notificationData, Collection<INotificationRecipient> recipients)
INotificationData
with the INotificationRecipient
list.notificationData
- the INotificationData
instancerecipients
- the INotificationRecipient
listCopyright © 2021 Visiativ Software. All rights reserved.