Class NotificationsFacade<T extends org.openremote.model.rules.Ruleset>
java.lang.Object
org.openremote.model.rules.Notifications
org.openremote.manager.rules.facade.NotificationsFacade<T>
public class NotificationsFacade<T extends org.openremote.model.rules.Ruleset>
extends org.openremote.model.rules.Notifications
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final NotificationServiceprotected final RulesEngineId<T> -
Constructor Summary
ConstructorsConstructorDescriptionNotificationsFacade(RulesEngineId<T> rulesEngineId, NotificationService notificationService) -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(org.openremote.model.notification.Notification notification)
-
Field Details
-
rulesEngineId
-
notificationService
-
-
Constructor Details
-
NotificationsFacade
-
-
Method Details
-
send
public void send(org.openremote.model.notification.Notification notification) - Specified by:
sendin classorg.openremote.model.rules.Notifications
-