Uses of Interface
org.silverpeas.core.notification.sse.ServerEventNotifier
-
Packages that use ServerEventNotifier Package Description org.silverpeas.core.notification.sse Provides the System Notification API within which Silverpeas can notify WEB clients by sendingServerEvent
. -
-
Uses of ServerEventNotifier in org.silverpeas.core.notification.sse
Classes in org.silverpeas.core.notification.sse that implement ServerEventNotifier Modifier and Type Class Description class
CDIServerEventNotifier<T extends AbstractServerEvent>
A synchronousServerEvent
notifier using the notification bus of CDI.class
DefaultServerEventNotifier
A common implementation that extendsCDIServerEventNotifier
.
Any treatment of Silverpeas has just to use this implementation in order to notify on a server event.
-