Uses of Interface
com.axemble.vdoc.sdk.interfaces.notification.INotificationData
Package
Description
-
Uses of INotificationData in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescription<T extends INotificationData>
INotificationEmitter<T> NotificationController.createNotificationEmitter
(Class<T> notificationDataClass) -
Uses of INotificationData in com.axemble.vdoc.sdk.interfaces.notification
Modifier and TypeInterfaceDescriptioninterface
INotificationEmitter<T extends INotificationData>
Represents a notification emitter for anINotificationData
type.interface
INotificationProcessor<T extends INotificationData>
Represents a processor for anINotificationData
type.Modifier and TypeMethodDescription<T extends INotificationData>
INotificationEmitter<T> INotificationController.createNotificationEmitter
(Class<T> notificationDataClass) Create and return anINotificationEmitter
instance for a specificINotificationData
type -
Uses of INotificationData in com.axemble.vdoc.sdk.interfaces.notification.workflow
Modifier and TypeInterfaceDescriptioninterface
Mutual interface to normal and delegated intervention notification datainterface
Delegated intervention notification data interfaceinterface
Common intervention notification data interfaceinterface
Discussion message notification data interface