Package org.silverpeas.core.notification.sse.behavior
-
Interface Summary Interface Description AfterSentToAllContexts Implements this interface in order to get "an after sent to all context" behavior.IgnoreStoring If an event implements this interface, it will not be stored into the store handled byServerEventDispatcherTask
in charge of dispatching allServerEvent
.KeepAlwaysLastStored 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
).SendEveryAmountOfTime If an event implements this interface, its sending is performed by a JOB which is triggered every an amount of time.StoreLastOnly If an event implements this interface, the last added will be stored and the previous one will be cleaned from the store handled byServerEventDispatcherTask
in charge of dispatching allServerEvent
.