Namespace Umbraco.Cms.Core.Models.ServerEvents
Classes
ServerEvent
Represents a server-sent event that can be pushed to connected clients.
ServerEventRoutingContext
Server-side context used when routing a ServerEvent to decide which connected users are permitted to receive it. This is never serialized to clients and is not part of the SignalR payload; it exists purely to gate delivery.
SeverEventAuthorizationResult
Represents the result of server event authorization, indicating which event sources the user can and cannot access.