Uses of Interface
dev.getelements.elements.sdk.service.notification.NotificationEvent
Packages that use NotificationEvent
Package
Description
-
Uses of NotificationEvent in dev.getelements.elements.sdk.service.notification
Method parameters in dev.getelements.elements.sdk.service.notification with type arguments of type NotificationEventModifier and TypeMethodDescriptionint
Notification.send
(Consumer<NotificationEvent> success, Consumer<Exception> failure) Enqueues thisNotification
to be sent.void
NotificationDestination.send
(NotificationParameters parameters, Consumer<NotificationEvent> success, Consumer<Exception> failure) Sends a notification using the suppliedNotificationParameters
and calblack medhos. -
Uses of NotificationEvent in dev.getelements.elements.service.notification
Classes in dev.getelements.elements.service.notification that implement NotificationEventMethod parameters in dev.getelements.elements.service.notification with type arguments of type NotificationEventModifier and TypeMethodDescriptionint
StandardNotification.send
(Consumer<NotificationEvent> success, Consumer<Exception> failure)