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