public interface INotificationService extends IEventsService
Modifier and Type | Method and Description |
---|---|
void |
addNotification(Date timestamp,
String notification)
Method to create a notification.
|
void |
registerBroadcaster(NotificationBroadcasterSupport broadcaster,
String event)
Registers a JMX broadcaster.
|
clearAll, getList
void addNotification(Date timestamp, String notification)
timestamp
- the timestampnotification
- the message.void registerBroadcaster(NotificationBroadcasterSupport broadcaster, String event)
broadcaster
- the broadcaster.event
- the type of event.Copyright © 2024 WSO2. All rights reserved.