Uses of Interface
com.axemble.vdoc.sdk.interfaces.notification.INotificationRecipient
-
Uses of INotificationRecipient in com.axemble.vdoc.sdk.interfaces.notification
Modifier and TypeMethodDescriptionINotificationRecipientBuilder.build()
Produces a notification recipient with the information previously fed using "with..." methodsModifier and TypeMethodDescriptionvoid
INotificationEmitter.addRecipient
(INotificationRecipient recipient) Add aINotificationRecipient
to the recipient list which will be used to emit the nextINotificationData
.Modifier and TypeMethodDescriptionvoid
INotificationProcessor.process
(T notificationData, Collection<INotificationRecipient> recipients) Process anINotificationData
with theINotificationRecipient
list.