Uses of Interface
com.axemble.vdoc.sdk.interfaces.notification.INotificationRecipient
Packages that use INotificationRecipient
- 
Uses of INotificationRecipient in com.axemble.vdoc.sdk.interfaces.notificationMethods 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 TypeMethodDescriptionvoidINotificationEmitter.addRecipient(INotificationRecipient recipient) Add aINotificationRecipientto 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 TypeMethodDescriptionvoidINotificationProcessor.process(T notificationData, Collection<INotificationRecipient> recipients) Process anINotificationDatawith theINotificationRecipientlist.