Interface KeepAlwaysLastStored
-
- All Superinterfaces:
ServerEvent
,StoreLastOnly
- All Known Implementing Classes:
UserSessionServerEvent
public interface KeepAlwaysLastStored extends StoreLastOnly
If an event implements this interface, it is never removed from the store handled byServerEventDispatcherTask
in charge of dispatching allServerEvent
until a new one is stored (seeStoreLastOnly
).- Author:
- Yohann Chastagnier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.notification.sse.ServerEvent
ServerEvent.ServerEventName
-
-
Method Summary
-
Methods inherited from interface org.silverpeas.core.notification.sse.ServerEvent
getData, getId, getName, isConcerned, isValidId, send, subType
-
Methods inherited from interface org.silverpeas.core.notification.sse.behavior.StoreLastOnly
getStoreDiscriminator
-
-