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 TypeMethodDescriptionintNotification.send(Consumer<NotificationEvent> success, Consumer<Exception> failure) Enqueues thisNotificationto be sent.voidNotificationDestination.send(NotificationParameters parameters, Consumer<NotificationEvent> success, Consumer<Exception> failure) Sends a notification using the suppliedNotificationParametersand 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 TypeMethodDescriptionintStandardNotification.send(Consumer<NotificationEvent> success, Consumer<Exception> failure)