Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.notification |
Modifier and Type | Method and Description |
---|---|
INotificationRecipient |
INotificationRecipientBuilder.build()
Produces a notification recipient with the information previously fed using "with..." methods
|
Modifier and Type | Method and Description |
---|---|
void |
INotificationEmitter.addRecipient(INotificationRecipient recipient)
Add a
INotificationRecipient to the recipient list which will be used to emit the next INotificationData . |
Modifier and Type | Method and Description |
---|---|
void |
INotificationProcessor.process(T notificationData,
Collection<INotificationRecipient> recipients)
Process an
INotificationData with the INotificationRecipient list. |
Copyright © 2022 Visiativ. All rights reserved.